summary refs log tree commit diff
path: root/tests/test_visibility.py
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-07-12 19:46:32 +0100
committerGitHub <noreply@github.com>2022-07-12 18:46:32 +0000
commit52a0c8f2f7fc5a6dad02d3b6bdae90f3e58842c9 (patch)
treeeeb8950fa40ccbb10f339456d1c9631eea99a087 /tests/test_visibility.py
parentDrop support for delegating email validation (#13192) (diff)
downloadsynapse-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.py2
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(