summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-08-04 22:07:04 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-08-04 22:07:04 +0100
commit42c6823827a12cdb4374bc6e64d32d4ce4f526ec (patch)
treea0dbc9edfea7853ee1631a740a2b3ba085660841 /tests/utils.py
parentpy3 fix (diff)
downloadsynapse-42c6823827a12cdb4374bc6e64d32d4ce4f526ec.tar.xz
disable HS from config
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py
index ec40428e74..a0aa38d264 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -74,6 +74,8 @@ def setup_test_homeserver(name="test", datastore=None, config=None, reactor=None
         config.media_storage_providers = []
         config.auto_join_rooms = []
         config.limit_usage_by_mau = False
+        config.hs_disabled = False
+        config.hs_disabled_message = ""
 
         # disable user directory updates, because they get done in the
         # background, which upsets the test runner.