summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-28 16:30:07 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-29 19:28:34 +0000
commit08ade738693e685d7de271792f605ebbc8af03df (patch)
tree698fba9bd671caa3ed2b25bcf68fc186febbf4b6 /tests
parent70272b8fd90c65700bd0f6a8d7a4cc3849d42e21 (diff)
downloadtelepathy-mission-control-08ade738693e685d7de271792f605ebbc8af03df.tar.gz
McdAccountManagerDefault: opportunistically save parameters' types
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/account-storage/load-keyfiles.py8
1 files changed, 4 insertions, 4 deletions
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': <uint32 42>
}>
}
""")