From 3235c0618cfc320c0ad751d83d850ec714fa1c49 Mon Sep 17 00:00:00 2001 From: Wataru Ishida Date: Sat, 20 Aug 2016 19:15:53 +0000 Subject: api/cli: kill cmd package custom path/destination structs reuse table package Signed-off-by: Wataru Ishida --- test/scenario_test/monitor_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scenario_test/monitor_test.py') diff --git a/test/scenario_test/monitor_test.py b/test/scenario_test/monitor_test.py index 147391d1..4c5df7c1 100644 --- a/test/scenario_test/monitor_test.py +++ b/test/scenario_test/monitor_test.py @@ -87,7 +87,7 @@ class GoBGPTestBase(unittest.TestCase): while True: info = qu.get(timeout=120) print 'monitor got {0}'.format(info) - self.assertTrue(info['isWithdraw']) + self.assertTrue(info['withdrawal']) break -- cgit v1.2.3