summaryrefslogtreecommitdiff
path: root/python/tests_0-10
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests_0-10')
-rw-r--r--python/tests_0-10/management.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests_0-10/management.py b/python/tests_0-10/management.py
index 3ca7284d2a..f1360a1902 100644
--- a/python/tests_0-10/management.py
+++ b/python/tests_0-10/management.py
@@ -73,7 +73,7 @@ class ManagementTest (TestBase010):
brokerSessions = mc.syncGetObjects (mch, "session")
found = False
for bs in brokerSessions:
- if bs.name == info[1]:
+ if bs.name == info.sessionId:
found = True
self.assertEqual (found, True)
mc.removeChannel (mch)