summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-10-04 17:00:27 +0100
committerNeil Johnson <neil@matrix.org>2018-10-04 17:00:27 +0100
commit2dadc092b8f0e4cc1ac037ea54324efd906d4caf (patch)
treea59f769d3efe89ea12e51e0a395b387aa8f9f35a /tests/utils.py
parentchangelog (diff)
downloadsynapse-2dadc092b8f0e4cc1ac037ea54324efd906d4caf.tar.xz
move logic into register, fix room alias localpart bug, 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 aaed1149c3..d34c224fb1 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -149,6 +149,7 @@ def setup_test_homeserver(
         config.block_events_without_consent_error = None
         config.media_storage_providers = []
         config.auto_join_rooms = []
+        config.autocreate_auto_join_rooms = True
         config.limit_usage_by_mau = False
         config.hs_disabled = False
         config.hs_disabled_message = ""