summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-10-26 09:52:23 +0100
committerErik Johnston <erik@matrix.org>2018-10-26 09:52:23 +0100
commit9f2d14ee267348ee0c62565ec51b4263feab26c2 (patch)
tree6fb9f28a419a1c45589802fd83ea1983dd6dee04 /tests/utils.py
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentMerge pull request #4089 from dekonnection/master (diff)
downloadsynapse-9f2d14ee267348ee0c62565ec51b4263feab26c2.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
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 dd347a0c59..565bb60d08 100644 --- a/tests/utils.py +++ b/tests/utils.py
@@ -124,6 +124,7 @@ def default_config(name): config.user_consent_server_notice_content = None config.block_events_without_consent_error = None config.media_storage_providers = [] + config.autocreate_auto_join_rooms = True config.auto_join_rooms = [] config.limit_usage_by_mau = False config.hs_disabled = False