diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-13 13:26:52 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-13 13:26:52 +0000 |
commit | cb9f8e527c09315eea05955ec970154ea2fb9729 (patch) | |
tree | f3dc781f601bb485db3fd244e0dab1d817ae37d8 /tests/replication | |
parent | s/replication_server/federation_server (diff) | |
download | synapse-cb9f8e527c09315eea05955ec970154ea2fb9729.tar.xz |
s/replication_client/federation_client/
Diffstat (limited to 'tests/replication')
-rw-r--r-- | tests/replication/slave/storage/_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/replication/slave/storage/_base.py b/tests/replication/slave/storage/_base.py index ceffdaad54..64e07a8c93 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_client=Mock(), + federation_client=Mock(), ratelimiter=NonCallableMock(spec_set=[ "send_message", ]), |