Fix tests

This commit is contained in:
Erik Johnston 2018-03-13 10:15:49 +00:00
parent 265b993b8a
commit 6ea27fafad
10 changed files with 22 additions and 21 deletions

View file

@ -34,7 +34,7 @@ class E2eKeysHandlerTestCase(unittest.TestCase):
def setUp(self):
self.hs = yield utils.setup_test_homeserver(
handlers=None,
replication_layer=mock.Mock(),
replication_client=mock.Mock(),
)
self.handler = synapse.handlers.e2e_keys.E2eKeysHandler(self.hs)