s/replication_client/federation_client/

This commit is contained in:
Erik Johnston 2018-03-13 13:26:52 +00:00
parent cea462e285
commit cb9f8e527c
17 changed files with 29 additions and 29 deletions

View file

@ -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",
]),