Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Nov 23, 2016
1 parent 26072df commit ee5e8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs):
config.room_invite_state_types = []
config.password_providers = []
config.worker_replication_url = ""
config.worker_app = None

config.use_frozen_dicts = True
config.database_config = {"name": "sqlite3"}
Expand Down

0 comments on commit ee5e8d7

Please sign in to comment.