summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-11-23 14:57:07 +0000
committerErik Johnston <erik@matrix.org>2016-11-23 14:57:07 +0000
commitee5e8d71acb2a21c85c433246b685af0b5bb6c58 (patch)
tree56b8eb4df4ef6c3d1decc125baa6b3a5d0ebf291 /tests/utils.py
parentEnsure only main or federation_sender process can send federation traffic (diff)
downloadsynapse-ee5e8d71acb2a21c85c433246b685af0b5bb6c58.tar.xz
Fix tests
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py1
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"}