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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/account-requests/create-text.py b/tests/twisted/account-requests/create-text.py
index e71aca9d..c6d5922e 100644
--- a/tests/twisted/account-requests/create-text.py
+++ b/tests/twisted/account-requests/create-text.py
@@ -34,7 +34,7 @@ import constants as cs
def test(q, bus, mc):
params = dbus.Dictionary({"account": "someguy@example.com",
"password": "secrecy"}, signature='sv')
- cm_name_ref, account = create_fakecm_account(q, bus, mc, params)
+ simulated_cm, account = create_fakecm_account(q, bus, mc, params)
conn = enable_fakecm_account(q, bus, mc, account, params)
text_fixed_properties = dbus.Dictionary({