diff options
Diffstat (limited to 'tests/twisted/account-manager/request-online.py')
-rw-r--r-- | tests/twisted/account-manager/request-online.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/account-manager/request-online.py b/tests/twisted/account-manager/request-online.py index f5b7d26a..73332be3 100644 --- a/tests/twisted/account-manager/request-online.py +++ b/tests/twisted/account-manager/request-online.py @@ -31,7 +31,7 @@ import constants as cs def test(q, bus, mc): http_fixed_properties = dbus.Dictionary({ - cs.CHANNEL + '.TargetHandleType': 1L, + cs.CHANNEL + '.TargetEntityType': 1L, cs.CHANNEL + '.ChannelType': cs.CHANNEL_TYPE_STREAM_TUBE, cs.CHANNEL_TYPE_STREAM_TUBE + '.Service': 'http' |