summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-08-17 13:33:54 +0000
committerGitHub <noreply@github.com>2018-08-17 13:33:54 +0000
commit4c22b4047b53e36303c3513e21b3ba9b12ca14ce (patch)
treef0439ed7a668a2b0d627b78aaab25b03a2fb6514 /tests/utils.py
parentMerge pull request #3708 from matrix-org/neilj/resource_Limit_block_event_cre... (diff)
parentMerge branch 'neilj/limit_exceeded_error' of github.com:matrix-org/synapse in... (diff)
downloadsynapse-4c22b4047b53e36303c3513e21b3ba9b12ca14ce.tar.xz
Merge pull request #3707 from matrix-org/neilj/limit_exceeded_error
add new error type ResourceLimit
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 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