summary refs log tree commit diff
path: root/tests/replication/slave
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/replication/slave
parentSplit replication layer into two (diff)
downloadsynapse-6ea27fafad7c290b8f082fedfa8ff7948cf9f1fd.tar.xz
Fix tests
Diffstat (limited to 'tests/replication/slave')
-rw-r--r--tests/replication/slave/storage/_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/replication/slave/storage/_base.py b/tests/replication/slave/storage/_base.py

index 74f104e3b8..ceffdaad54 100644 --- a/tests/replication/slave/storage/_base.py +++ b/tests/replication/slave/storage/_base.py
@@ -31,7 +31,7 @@ class BaseSlavedStoreTestCase(unittest.TestCase): self.hs = yield setup_test_homeserver( "blue", http_client=None, - replication_layer=Mock(), + replication_client=Mock(), ratelimiter=NonCallableMock(spec_set=[ "send_message", ]),