mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
fix (lots of) py3 test failures
This commit is contained in:
parent
b2aab04d2c
commit
5593ff6773
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,6 @@ 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…
Add table
Add a link
Reference in a new issue