summaryrefslogtreecommitdiff
path: root/tests/twisted/gateways.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/gateways.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/gateways.py')
-rw-r--r--tests/twisted/gateways.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/gateways.py b/tests/twisted/gateways.py
index 3934971b2..ebe1b2ef7 100644
--- a/tests/twisted/gateways.py
+++ b/tests/twisted/gateways.py
@@ -63,7 +63,7 @@ def test_not_acceptable(q, gateways_iface, stream):
def test(q, bus, conn, stream):
# Request a sidecar thate we support before we're connected; it should just
# wait around until we're connected.
- call_async(q, conn.Future, 'EnsureSidecar', PLUGIN_IFACE)
+ call_async(q, conn.Sidecars1, 'EnsureSidecar', PLUGIN_IFACE)
conn.Connect()
q.expect('dbus-signal', signal='StatusChanged',