mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 17:04:10 -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
|
@ -47,7 +47,7 @@ class RoomTypingTestCase(RestTestCase):
|
|||
"red",
|
||||
clock=self.clock,
|
||||
http_client=None,
|
||||
replication_client=Mock(),
|
||||
federation_client=Mock(),
|
||||
ratelimiter=NonCallableMock(spec_set=[
|
||||
"send_message",
|
||||
]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue