summary refs log tree commit diff
path: root/tests/utils.py
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 /tests/utils.py
parentload mau limit threepids (diff)
downloadsynapse-fbe255f9a4c46fe82a394b9efab6ad8811ae71e0.tar.xz
add default mau_limits_reserved_threepids
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 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.