summary refs log tree commit diff
path: root/tests/handlers/test_e2e_keys.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-03-13 10:15:49 +0000
committerErik Johnston <erik@matrix.org>2018-03-13 10:55:47 +0000
commit6ea27fafad7c290b8f082fedfa8ff7948cf9f1fd (patch)
tree8a51f1ed6af631cc1c16482e5c47ed3a616f1383 /tests/handlers/test_e2e_keys.py
parentSplit replication layer into two (diff)
downloadsynapse-6ea27fafad7c290b8f082fedfa8ff7948cf9f1fd.tar.xz
Fix tests
Diffstat (limited to 'tests/handlers/test_e2e_keys.py')
-rw-r--r--tests/handlers/test_e2e_keys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_e2e_keys.py b/tests/handlers/test_e2e_keys.py
index d92bf240b1..fe73f2b96c 100644
--- a/tests/handlers/test_e2e_keys.py
+++ b/tests/handlers/test_e2e_keys.py
@@ -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)