mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 11:59:21 -05:00
fix py3 test failure
This commit is contained in:
parent
da90337d89
commit
b2aab04d2c
@ -34,6 +34,7 @@ class ClientIpStoreTestCase(tests.unittest.TestCase):
|
|||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def test_insert_new_client_ip(self):
|
def test_insert_new_client_ip(self):
|
||||||
|
self.hs.config.max_mau_value = 50
|
||||||
self.clock.now = 12345678
|
self.clock.now = 12345678
|
||||||
user_id = "@user:id"
|
user_id = "@user:id"
|
||||||
yield self.store.insert_client_ip(
|
yield self.store.insert_client_ip(
|
||||||
|
Loading…
Reference in New Issue
Block a user