diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-08-06 23:24:54 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-08-06 23:24:54 +0100 |
commit | fbe255f9a4c46fe82a394b9efab6ad8811ae71e0 (patch) | |
tree | c17e70a12409497f9eb4f0839097afa6fcf0fe3f /tests/utils.py | |
parent | load mau limit threepids (diff) | |
download | synapse-fbe255f9a4c46fe82a394b9efab6ad8811ae71e0.tar.xz |
add default mau_limits_reserved_threepids
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 1 |
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. |