diff options
author | Erik Johnston <erik@matrix.org> | 2016-06-20 14:39:58 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-06-20 14:39:58 +0100 |
commit | 22dea0ca3767c3944d960ba60a8ec4af25826d0f (patch) | |
tree | 69d9ff951d82023604252805a0ddc45e87914c89 /tests/utils.py | |
parent | Fix 'A next_batch token can be used in the v1 messages API' (diff) | |
parent | Bump version and changelog (diff) | |
download | synapse-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.py | 1 |
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: |