mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 18:18:34 -04:00
s/replication_client/federation_client/
This commit is contained in:
parent
cea462e285
commit
cb9f8e527c
17 changed files with 29 additions and 29 deletions
|
@ -51,7 +51,7 @@ class ProfileTestCase(unittest.TestCase):
|
|||
http_client=None,
|
||||
handlers=None,
|
||||
resource_for_federation=Mock(),
|
||||
replication_client=self.mock_federation,
|
||||
federation_client=self.mock_federation,
|
||||
federation_server=Mock(),
|
||||
federation_registry=self.mock_registry,
|
||||
ratelimiter=NonCallableMock(spec_set=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue