Skip to content
Snippets Groups Projects
Commit 0113ad36 authored by Erik Johnston's avatar Erik Johnston
Browse files

Enable use_frozen_events in tests

parent 3e41de05
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment