summaryrefslogtreecommitdiff
path: root/tests/twisted/account-requests/create-text.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/account-requests/create-text.py')
-rw-r--r--tests/twisted/account-requests/create-text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/twisted/account-requests/create-text.py b/tests/twisted/account-requests/create-text.py
index a79299d2..7337ab34 100644
--- a/tests/twisted/account-requests/create-text.py
+++ b/tests/twisted/account-requests/create-text.py
@@ -141,7 +141,7 @@ def test_channel_creation(q, bus, account, client, conn, ensure):
assert e.args[2] == channel.object_path, e.args.object_path
assert e.args[3] == channel_immutable, e.args
assert e.args[4] == '/', e.args # no dispatch operation
- assert e.args[5] == [request_path], e.args
+ assertEquals({ request_path: request_props }, e.args[5])
# Observer says "OK, go"
q.dbus_return(e.message, signature='')
@@ -155,7 +155,7 @@ def test_channel_creation(q, bus, account, client, conn, ensure):
assert e.args[1] == conn.object_path, e.args
assert e.args[2] == channel.object_path, channels
assert e.args[3] == channel_immutable, channels
- assert e.args[4] == [request_path], e.args
+ assertEquals({ request_path: request_props }, e.args[4])
# Handler accepts the Channels
q.dbus_return(e.message, signature='')