diff options
Diffstat (limited to 'tests/handlers/test_sync.py')
-rw-r--r-- | tests/handlers/test_sync.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_sync.py b/tests/handlers/test_sync.py index a01ab471f5..9825bb65c0 100644 --- a/tests/handlers/test_sync.py +++ b/tests/handlers/test_sync.py @@ -42,6 +42,7 @@ class SyncTestCase(tests.unittest.TestCase): self.hs.config.limit_usage_by_mau = True self.hs.config.max_mau_value = 1 + self.hs.config.mau_trial_days = 0 # Check that the happy case does not throw errors yield self.store.upsert_monthly_active_user(user_id1) |