summary refs log tree commit diff
path: root/tests/storage/test_monthly_active_users.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-08-22 19:13:43 +0200
committerMatthew Hodgson <matthew@matrix.org>2018-08-22 19:13:43 +0200
commit4fef4553e97290da0efa607ba65a1d8dffaa2a28 (patch)
treeeb9a999fa2ba0c91baae3cdfb663378293f9d667 /tests/storage/test_monthly_active_users.py
parentfix tests (diff)
downloadsynapse-4fef4553e97290da0efa607ba65a1d8dffaa2a28.tar.xz
remove accidental commit
Diffstat (limited to 'tests/storage/test_monthly_active_users.py')
-rw-r--r--tests/storage/test_monthly_active_users.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/storage/test_monthly_active_users.py b/tests/storage/test_monthly_active_users.py

index d15323b896..a8912b7618 100644 --- a/tests/storage/test_monthly_active_users.py +++ b/tests/storage/test_monthly_active_users.py
@@ -30,7 +30,6 @@ class MonthlyActiveUsersTestCase(tests.unittest.TestCase): def setUp(self): self.hs = yield setup_test_homeserver(self.addCleanup) self.store = self.hs.get_datastore() - self.hs.config.max_mau_value = 2 self.hs.config.mau_trial_days = 0 @defer.inlineCallbacks