mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:36:06 -04:00
Rename test case method to add_hashes_and_signatures_from_other_server
(#13255)
This commit is contained in:
parent
fa71bb18b5
commit
52a0c8f2f7
7 changed files with 14 additions and 18 deletions
|
@ -272,7 +272,7 @@ class FilterEventsForClientTestCase(unittest.FederatingHomeserverTestCase):
|
|||
"state_key": "@user:test",
|
||||
"content": {"membership": "invite"},
|
||||
}
|
||||
self.add_hashes_and_signatures(invite_pdu)
|
||||
self.add_hashes_and_signatures_from_other_server(invite_pdu)
|
||||
invite_event_id = make_event_from_dict(invite_pdu, RoomVersions.V9).event_id
|
||||
|
||||
self.get_success(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue