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.
|