summaryrefslogtreecommitdiff
path: root/tests/twisted/account-manager/avatar.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/account-manager/avatar.py')
-rw-r--r--tests/twisted/account-manager/avatar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/account-manager/avatar.py b/tests/twisted/account-manager/avatar.py
index 353c8992..b31ab975 100644
--- a/tests/twisted/account-manager/avatar.py
+++ b/tests/twisted/account-manager/avatar.py
@@ -29,7 +29,7 @@ import constants as cs
def test(q, bus, mc):
params = dbus.Dictionary({"account": "me@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)
account_iface = dbus.Interface(account, cs.ACCOUNT)
account_props = dbus.Interface(account, cs.PROPERTIES_IFACE)