diff options
Diffstat (limited to 'tests/twisted/dispatcher/approver-fails.py')
-rw-r--r-- | tests/twisted/dispatcher/approver-fails.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/dispatcher/approver-fails.py b/tests/twisted/dispatcher/approver-fails.py index 1b7dc0f6..1a3b9985 100644 --- a/tests/twisted/dispatcher/approver-fails.py +++ b/tests/twisted/dispatcher/approver-fails.py @@ -38,7 +38,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') |