Skip to content

Commit

Permalink
mock config.max_mau_value
Browse files Browse the repository at this point in the history
  • Loading branch information
neilisfragile committed Aug 8, 2018
1 parent ef35890 commit 7f3d897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.max_mau_value = 50
config.mau_limits_reserved_threepids = []

# disable user directory updates, because they get done in the
Expand Down

0 comments on commit 7f3d897

Please sign in to comment.