summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-06-20 14:39:58 +0100
committerErik Johnston <erik@matrix.org>2016-06-20 14:39:58 +0100
commit22dea0ca3767c3944d960ba60a8ec4af25826d0f (patch)
tree69d9ff951d82023604252805a0ddc45e87914c89 /tests/utils.py
parentFix 'A next_batch token can be used in the v1 messages API' (diff)
parentBump version and changelog (diff)
downloadsynapse-22dea0ca3767c3944d960ba60a8ec4af25826d0f.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/paginate_sync
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py
index e19ae581e0..6e41ae1ff6 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -54,6 +54,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs):
         config.trusted_third_party_id_servers = []
         config.room_invite_state_types = []
 
+    config.use_frozen_dicts = True
     config.database_config = {"name": "sqlite3"}
 
     if "clock" not in kargs: