summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-09-06 17:22:53 +0100
committerNeil Johnson <neil@matrix.org>2018-09-06 17:22:53 +0100
commit84a750e0c36f653b71a06c564154f257c1b7dee3 (patch)
tree60b82bcc541df570b7e1cca4a65cdfe16a6b6ec0 /tests/utils.py
parenttowncrier (diff)
downloadsynapse-84a750e0c36f653b71a06c564154f257c1b7dee3.tar.xz
ensure guests never enter mau list
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 114470d641..f24bd81bf6 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -147,6 +147,7 @@ def setup_test_homeserver(
         config.hs_disabled_message = ""
         config.hs_disabled_limit_type = ""
         config.max_mau_value = 50
+        config.mau_trial_days = 0
         config.mau_limits_reserved_threepids = []
         config.admin_contact = None
         config.rc_messages_per_second = 10000