summaryrefslogtreecommitdiff
path: root/tests/twisted/dispatcher/dispatch-delayed-by-mini-plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/dispatcher/dispatch-delayed-by-mini-plugin.py')
-rw-r--r--tests/twisted/dispatcher/dispatch-delayed-by-mini-plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/dispatcher/dispatch-delayed-by-mini-plugin.py b/tests/twisted/dispatcher/dispatch-delayed-by-mini-plugin.py
index e7836ec7..3ce61409 100644
--- a/tests/twisted/dispatcher/dispatch-delayed-by-mini-plugin.py
+++ b/tests/twisted/dispatcher/dispatch-delayed-by-mini-plugin.py
@@ -31,7 +31,7 @@ from mctest import exec_test, SimulatedConnection, SimulatedClient, \
import constants as cs
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')