summaryrefslogtreecommitdiff
path: root/tests/twisted/dispatcher/ensure-rapidly.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/dispatcher/ensure-rapidly.py')
-rw-r--r--tests/twisted/dispatcher/ensure-rapidly.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/twisted/dispatcher/ensure-rapidly.py b/tests/twisted/dispatcher/ensure-rapidly.py
index d33b2657..c3e2d0d0 100644
--- a/tests/twisted/dispatcher/ensure-rapidly.py
+++ b/tests/twisted/dispatcher/ensure-rapidly.py
@@ -37,7 +37,7 @@ def test(q, bus, mc):
conn = enable_fakecm_account(q, bus, mc, account, params)
text_fixed_properties = dbus.Dictionary({
- cs.CHANNEL + '.TargetHandleType': cs.HT_CONTACT,
+ cs.CHANNEL + '.TargetEntityType': cs.HT_CONTACT,
cs.CHANNEL + '.ChannelType': cs.CHANNEL_TYPE_TEXT,
}, signature='sv')
@@ -75,7 +75,7 @@ def test_channel_creation(q, bus, account, client, conn,
# chat UI calls ChannelDispatcher.EnsureChannel
request = dbus.Dictionary({
cs.CHANNEL + '.ChannelType': cs.CHANNEL_TYPE_TEXT,
- cs.CHANNEL + '.TargetHandleType': cs.HT_CONTACT,
+ cs.CHANNEL + '.TargetEntityType': cs.HT_CONTACT,
cs.CHANNEL + '.TargetID': 'juliet',
}, signature='sv')
call_async(q, cd, 'EnsureChannel',