mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -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
|
@ -838,7 +838,7 @@ class FederatingHomeserverTestCase(HomeserverTestCase):
|
|||
client_ip=client_ip,
|
||||
)
|
||||
|
||||
def add_hashes_and_signatures(
|
||||
def add_hashes_and_signatures_from_other_server(
|
||||
self,
|
||||
event_dict: JsonDict,
|
||||
room_version: RoomVersion = KNOWN_ROOM_VERSIONS[DEFAULT_ROOM_VERSION],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue