summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-08-03 14:59:17 +0100
committerNeil Johnson <neil@matrix.org>2018-08-03 14:59:17 +0100
commit5593ff6773c7556b85514ee172c4b6c06898f35e (patch)
tree011ac022785d2877b18723b2d057717c4c0de78d /tests/utils.py
parentfix py3 test failure (diff)
downloadsynapse-5593ff6773c7556b85514ee172c4b6c06898f35e.tar.xz
fix (lots of) py3 test failures
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 9bff3ff3b9..ec40428e74 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -73,6 +73,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, reactor=None
         config.block_events_without_consent_error = None
         config.media_storage_providers = []
         config.auto_join_rooms = []
+        config.limit_usage_by_mau = False
 
         # disable user directory updates, because they get done in the
         # background, which upsets the test runner.