summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-08-09 11:42:02 +0100
committerNeil Johnson <neil@matrix.org>2018-08-09 11:42:02 +0100
commit3dce9050cf4b175bc84b5fa45f4c480ac5ddeec9 (patch)
treec371df3e91aa4e6c9c6d573a690e1ab7748def44 /tests/utils.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into neilj/mau_sync_b... (diff)
parentMerge pull request #3655 from matrix-org/neilj/disable_hs (diff)
downloadsynapse-3dce9050cf4b175bc84b5fa45f4c480ac5ddeec9.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into neilj/mau_sync_block
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 5d49692c58..3f17304934 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 = ""
         config.max_mau_value = 50
         config.mau_limits_reserved_threepids = []