diff options
author | David Robertson <davidr@element.io> | 2022-07-12 19:46:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 18:46:32 +0000 |
commit | 52a0c8f2f7fc5a6dad02d3b6bdae90f3e58842c9 (patch) | |
tree | eeb8950fa40ccbb10f339456d1c9631eea99a087 /tests/unittest.py | |
parent | Drop support for delegating email validation (#13192) (diff) | |
download | synapse-52a0c8f2f7fc5a6dad02d3b6bdae90f3e58842c9.tar.xz |
Rename test case method to `add_hashes_and_signatures_from_other_server` (#13255)
Diffstat (limited to 'tests/unittest.py')
-rw-r--r-- | tests/unittest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittest.py b/tests/unittest.py index c645dd3563..7b97a4bf6e 100644 --- a/tests/unittest.py +++ b/tests/unittest.py @@ -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], |