Browse Source

Fix test name

Mike Naberezny 11 years ago
parent
commit
119a7a183f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      supervisor/tests/test_supervisorctl.py

+ 1 - 1
supervisor/tests/test_supervisorctl.py

@@ -1138,7 +1138,7 @@ class TestDefaultControllerPlugin(unittest.TestCase):
         self.assertEqual(plugin.ctl.stdout.getvalue(),
         self.assertEqual(plugin.ctl.stdout.getvalue(),
                          'ERROR: process/group still running: STILL_RUNNING\n')
                          'ERROR: process/group still running: STILL_RUNNING\n')
 
 
-    def test_add_update(self):
+    def test_update_help(self):
         plugin = self._makeOne()
         plugin = self._makeOne()
         plugin.help_update()
         plugin.help_update()
         out = plugin.ctl.stdout.getvalue()
         out = plugin.ctl.stdout.getvalue()