summary refs log tree commit diff
path: root/tests/handlers/test_sync.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-08-22 19:13:06 +0200
committerMatthew Hodgson <matthew@matrix.org>2018-08-22 19:13:06 +0200
commitf12bb11797778ec042d40372d3cdf2dbd5540ce2 (patch)
treed70c09fee8d1010a428b0ebffad9b300eabb4385 /tests/handlers/test_sync.py
parentadd default for first_active column (diff)
downloadsynapse-f12bb11797778ec042d40372d3cdf2dbd5540ce2.tar.xz
fix tests
Diffstat (limited to 'tests/handlers/test_sync.py')
-rw-r--r--tests/handlers/test_sync.py1
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)