summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-08-06 23:24:54 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-08-06 23:24:54 +0100
commitfbe255f9a4c46fe82a394b9efab6ad8811ae71e0 (patch)
treec17e70a12409497f9eb4f0839097afa6fcf0fe3f
parentload mau limit threepids (diff)
downloadsynapse-fbe255f9a4c46fe82a394b9efab6ad8811ae71e0.tar.xz
add default mau_limits_reserved_threepids
-rw-r--r--tests/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py

index ec40428e74..baeed5d600 100644 --- a/tests/utils.py +++ b/tests/utils.py
@@ -74,6 +74,7 @@ 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.mau_limits_reserved_threepids = [] # disable user directory updates, because they get done in the # background, which upsets the test runner.