Enable use_frozen_events in tests

pull/877/head
Erik Johnston 2016-06-17 15:13:13 +01:00
parent 3e41de05cc
commit 0113ad36ee
1 changed files with 1 additions and 0 deletions

View File

@ -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: