summaryrefslogtreecommitdiff
path: root/tests/twisted/roster/subscribe.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/roster/subscribe.py')
-rw-r--r--tests/twisted/roster/subscribe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/roster/subscribe.py b/tests/twisted/roster/subscribe.py
index b1b9aa5..28f4107 100644
--- a/tests/twisted/roster/subscribe.py
+++ b/tests/twisted/roster/subscribe.py
@@ -27,7 +27,7 @@ def test(q, bus, conn, stream):
e = q.expect('dbus-return', method='EnsureChannel')
subscribe = wrap_channel(bus.get_object(conn.bus_name, e.value[1]),
cs.CHANNEL_TYPE_CONTACT_LIST)
- jids = set(conn.InspectHandles(cs.HT_CONTACT, subscribe.Group.GetMembers()))
+ jids = set(conn.inspect_contacts_sync(subscribe.Group.GetMembers()))
assertEquals(set(), jids)
assertLength(0, subscribe.Group.GetMembers())