mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-19 08:24:25 +01:00
fix py3 test failure
This commit is contained in:
parent
da90337d89
commit
b2aab04d2c
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class ClientIpStoreTestCase(tests.unittest.TestCase):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def test_insert_new_client_ip(self):
|
||||
self.hs.config.max_mau_value = 50
|
||||
self.clock.now = 12345678
|
||||
user_id = "@user:id"
|
||||
yield self.store.insert_client_ip(
|
||||
|
|
Loading…
Reference in a new issue