summaryrefslogtreecommitdiff
path: root/tests/twisted/sidecar-own-caps.py
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-01 11:19:47 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-04 12:14:36 +0000
commitfe9f456a4b5dd457ca19a986bbcbac5acad360b2 (patch)
tree74d9bfd17ad6a7f94fb7e119202946f9fd3b7e30 /tests/twisted/sidecar-own-caps.py
parent6b005f6cc8373fbc60deb853e38c0c5452cf8d57 (diff)
downloadtelepathy-gabble-fe9f456a4b5dd457ca19a986bbcbac5acad360b2.tar.gz
Use telepathy-glib for Sidecars1
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=26609 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'tests/twisted/sidecar-own-caps.py')
-rw-r--r--tests/twisted/sidecar-own-caps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/sidecar-own-caps.py b/tests/twisted/sidecar-own-caps.py
index b02510b72..9e8b9cdfb 100644
--- a/tests/twisted/sidecar-own-caps.py
+++ b/tests/twisted/sidecar-own-caps.py
@@ -23,7 +23,7 @@ def test(q, bus, conn, stream):
# created.
pattern = EventPattern('stream-iq', to='sidecar.example.com',
query_ns='http://example.com/sidecar')
- call_async(q, conn.Future, 'EnsureSidecar', TEST_PLUGIN_IFACE + ".IQ")
+ call_async(q, conn.Sidecars1, 'EnsureSidecar', TEST_PLUGIN_IFACE + ".IQ")
e = q.expect_many(pattern)[0]
# The server said yes, so we should get a sidecar back!