Browse Source

[1271] Altered check on notify_boss message to reflect modified contents

Stephen Morris 13 years ago
parent
commit
c3385a5449
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/config/tests/cfgmgr_test.py

+ 1 - 1
src/lib/python/isc/config/tests/cfgmgr_test.py

@@ -128,7 +128,7 @@ class TestConfigManager(unittest.TestCase):
         msg = self.fake_session.get_message("Boss", None)
         self.assert_(msg)
         # this one is actually wrong, but 'current status quo'
-        self.assertEqual(msg, {"running": "configmanager"})
+        self.assertEqual(msg, {"running": "ConfigManager"})
 
     def test_set_module_spec(self):
         module_spec = isc.config.module_spec.module_spec_from_file(self.data_path + os.sep + "spec1.spec")