summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/monitor_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scenario_test/monitor_test.py')
-rw-r--r--test/scenario_test/monitor_test.py2
1 files changed, 1 insertions, 1 deletions
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