summary refs log tree commit diff
path: root/tests/handlers/test_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/handlers/test_auth.py')
-rw-r--r--tests/handlers/test_auth.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_auth.py b/tests/handlers/test_auth.py

index 1e39fe0ec2..88eb50237f 100644 --- a/tests/handlers/test_auth.py +++ b/tests/handlers/test_auth.py
@@ -41,6 +41,7 @@ class AuthTestCase(unittest.TestCase): self.macaroon_generator = self.hs.get_macaroon_generator() # MAU tests self.hs.config.max_mau_value = 50 + self.hs.config.mau_trial_days = 0 self.small_number_of_users = 1 self.large_number_of_users = 100