summaryrefslogtreecommitdiff
path: root/tests/twisted/roster/groups.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/roster/groups.py')
-rw-r--r--tests/twisted/roster/groups.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/roster/groups.py b/tests/twisted/roster/groups.py
index 0420e19..6d6fa4c 100644
--- a/tests/twisted/roster/groups.py
+++ b/tests/twisted/roster/groups.py
@@ -29,7 +29,7 @@ def test(q, bus, conn, stream):
subscribe = wrap_channel(bus.get_object(conn.bus_name, e.value[1]),
cs.CHANNEL_TYPE_CONTACT_LIST)
- romeo, juliet, duncan = conn.RequestHandles(cs.HT_CONTACT,
+ romeo, juliet, duncan = conn.get_contact_handles_sync(
['romeo@montague.lit', 'juliet@capulet.lit',
'duncan@scotland.lit'])