From 08ade738693e685d7de271792f605ebbc8af03df Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 28 Jan 2014 16:30:07 +0000 Subject: McdAccountManagerDefault: opportunistically save parameters' types --- tests/twisted/account-storage/load-keyfiles.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/twisted/account-storage/load-keyfiles.py b/tests/twisted/account-storage/load-keyfiles.py index 35280db2..1f4cd986 100644 --- a/tests/twisted/account-storage/load-keyfiles.py +++ b/tests/twisted/account-storage/load-keyfiles.py @@ -82,10 +82,10 @@ def test(q, bus, mc): 'protocol': <'fakeprotocol'>, 'DisplayName': <'Account in a low-priority location'>, 'AutomaticPresence': <(uint32 2, 'available', '')>, -'KeyFileParameters': <{ - 'account': 'dontdivertlow@example.com', - 'password': 'password_in_variant_file', - 'snakes': '42' +'Parameters': <{ + 'account': <'dontdivertlow@example.com'>, + 'password': <'password_in_variant_file'>, + 'snakes': }> } """) -- cgit v1.2.1