diff options
Diffstat (limited to 'tests/twisted/plugin-channel-managers.py')
-rw-r--r-- | tests/twisted/plugin-channel-managers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/plugin-channel-managers.py b/tests/twisted/plugin-channel-managers.py index 03668d733..7ae4a1d58 100644 --- a/tests/twisted/plugin-channel-managers.py +++ b/tests/twisted/plugin-channel-managers.py @@ -14,7 +14,7 @@ if not PLUGINS_ENABLED: raise SystemExit(77) # which makes the test show up as skipped def test(q, bus, conn, stream): - rccs = conn.Properties.Get(cs.CONN_IFACE_REQUESTS, + rccs = conn.Properties.Get(cs.CONN, 'RequestableChannelClasses') # These values are from plugins/test.c |