From f12bb11797778ec042d40372d3cdf2dbd5540ce2 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 22 Aug 2018 19:13:06 +0200 Subject: fix tests --- tests/handlers/test_sync.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/handlers/test_sync.py') 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) -- cgit 1.5.1