summaryrefslogtreecommitdiff
path: root/tests/twisted/channels/muc-channel-topic.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/channels/muc-channel-topic.py')
-rw-r--r--tests/twisted/channels/muc-channel-topic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/channels/muc-channel-topic.py b/tests/twisted/channels/muc-channel-topic.py
index c460ece..10ddf47 100644
--- a/tests/twisted/channels/muc-channel-topic.py
+++ b/tests/twisted/channels/muc-channel-topic.py
@@ -68,7 +68,7 @@ def test(q, bus, conn, stream):
q.expect('dbus-signal', signal='StatusChanged', args=[0, 1])
- alice_handle, bob_handle = conn.RequestHandles(HT_CONTACT, ['alice', 'bob'])
+ alice_handle, bob_handle = conn.get_contact_handles_sync(['alice', 'bob'])
call_async(q, conn.Requests, 'CreateChannel',
{ CHANNEL_TYPE: CHANNEL_TYPE_TEXT,