summaryrefslogtreecommitdiff
path: root/tests/twisted/gateways.py
diff options
context:
space:
mode:
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',