summaryrefslogtreecommitdiff
path: root/tests/twisted/saluttest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/saluttest.py')
-rw-r--r--tests/twisted/saluttest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/saluttest.py b/tests/twisted/saluttest.py
index 0ab6d3c..c168a77 100644
--- a/tests/twisted/saluttest.py
+++ b/tests/twisted/saluttest.py
@@ -204,7 +204,7 @@ def wait_for_contact_in_publish(q, bus, conn, contact_name):
e = q.expect('dbus-signal', signal='MembersChangedDetailed',
path=publish)
for h in e.args[0]:
- name = e.args[4]['member-ids'][h]
+ name = e.args[4]['contact-ids'][h]
if name == contact_name:
handle = h