diff options
author | Neil Johnson <neil@matrix.org> | 2018-08-16 18:02:02 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-08-16 18:02:02 +0100 |
commit | 13ad9930c8799ea54671a6ce00533528d89e061b (patch) | |
tree | 1633a590e06bc0c42c4d438918b5d1bf3a4c476a /tests/utils.py | |
parent | Add GET media/v1/config (#3184) (diff) | |
download | synapse-13ad9930c8799ea54671a6ce00533528d89e061b.tar.xz |
add new error type ResourceLimit
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 52326d4f67..6f8b1de3e7 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -137,6 +137,7 @@ def setup_test_homeserver( config.limit_usage_by_mau = False config.hs_disabled = False config.hs_disabled_message = "" + config.hs_disabled_limit_type = "" config.max_mau_value = 50 config.mau_limits_reserved_threepids = [] config.admin_uri = None |