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/test_visibility.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/test_visibility.py')
-rw-r--r-- | tests/test_visibility.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_visibility.py b/tests/test_visibility.py index f338af6c36..c385b2f8d4 100644 --- a/tests/test_visibility.py +++ b/tests/test_visibility.py @@ -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( |