diff options
author | Erik Johnston <erik@matrix.org> | 2016-11-23 14:57:07 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-11-23 14:57:07 +0000 |
commit | ee5e8d71acb2a21c85c433246b685af0b5bb6c58 (patch) | |
tree | 56b8eb4df4ef6c3d1decc125baa6b3a5d0ebf291 /tests | |
parent | Ensure only main or federation_sender process can send federation traffic (diff) | |
download | synapse-ee5e8d71acb2a21c85c433246b685af0b5bb6c58.tar.xz |
Fix tests
Diffstat (limited to 'tests')
-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 ab2252d24c..2d0bd205fd 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.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"} |