in case max_mau is less than I think

pull/3692/head
Neil Johnson 2018-08-14 16:52:30 +01:00
parent 414d54b61a
commit 1522ed9c07
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class MonthlyActiveUsersTestCase(tests.unittest.TestCase):
@defer.inlineCallbacks
def test_initialise_reserved_users(self):
self.hs.config.max_mau_value = 5
user1 = "@user1:server"
user1_email = "user1@matrix.org"
user2 = "@user2:server"