]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3028] Fix assertion call
authorMukund Sivaraman <muks@isc.org>
Thu, 22 Aug 2013 07:53:41 +0000 (13:23 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 22 Aug 2013 07:53:41 +0000 (13:23 +0530)
src/bin/cmdctl/tests/cmdctl_test.py

index ce1dc96b03b705e7d2b276d65991eb44372205b7..7af8b0da83abb18e28c9d0adc11ff8a03eda4c2c 100644 (file)
@@ -477,7 +477,7 @@ class TestCommandControl(unittest.TestCase):
         rcode, msg = ccsession.parse_answer(answer)
         self.assertEqual(rcode, 0)
         self.assertIsNone(msg)
-        self.assertTrue(['shutdown'], called)
+        self.assertEqual(['shutdown'], called)
 
     def test_command_handler_spec_update(self):
         # Should not be present