diff options
Diffstat (limited to 'tests/twisted/console.py')
-rw-r--r-- | tests/twisted/console.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/console.py b/tests/twisted/console.py index f92e57aa8..d4bf44c9e 100644 --- a/tests/twisted/console.py +++ b/tests/twisted/console.py @@ -27,7 +27,7 @@ def send_unrecognised_get(q, stream): return q.expect('stream-iq', iq_type='error') def test(q, bus, conn, stream): - rccs = conn.Properties.Get(cs.CONN_IFACE_REQUESTS, + rccs = conn.Properties.Get(cs.CONN, 'RequestableChannelClasses') fixed = { |