summary refs log tree commit diff
path: root/tests/replication
diff options
context:
space:
mode:
authorWill Hunt <willh@matrix.org>2021-06-29 21:49:25 +0100
committerWill Hunt <willh@matrix.org>2021-06-29 21:49:25 +0100
commit81dd28c2165128b268f48f1c813683ae6cdc0c7c (patch)
treec4499c8e115bb1000f1ece3703a82ef7d554acd3 /tests/replication
parentMerge tag 'v1.37.0rc1' into hs/hacked-together-event-cache (diff)
parentMerge branch 'release-v1.37' into develop (diff)
downloadsynapse-81dd28c2165128b268f48f1c813683ae6cdc0c7c.tar.xz
Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-cache
Diffstat (limited to 'tests/replication')
-rw-r--r--tests/replication/test_federation_sender_shard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/replication/test_federation_sender_shard.py b/tests/replication/test_federation_sender_shard.py
index 584da58371..a0c710f855 100644
--- a/tests/replication/test_federation_sender_shard.py
+++ b/tests/replication/test_federation_sender_shard.py
@@ -228,7 +228,7 @@ class FederationSenderTestCase(BaseMultiWorkerStreamTestCase):
             builder.build(prev_event_ids=prev_event_ids, auth_event_ids=None)
         )
 
-        self.get_success(federation.on_send_join_request(remote_server, join_event))
+        self.get_success(federation.on_send_membership_event(remote_server, join_event))
         self.replicate()
 
         return room