summary refs log tree commit diff
path: root/tests/rest/key/v2/test_remote_key_resource.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rest/key/v2/test_remote_key_resource.py')
-rw-r--r--tests/rest/key/v2/test_remote_key_resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/key/v2/test_remote_key_resource.py b/tests/rest/key/v2/test_remote_key_resource.py
index 6850c666be..6671cbd32d 100644
--- a/tests/rest/key/v2/test_remote_key_resource.py
+++ b/tests/rest/key/v2/test_remote_key_resource.py
@@ -41,7 +41,7 @@ class BaseRemoteKeyResourceTestCase(unittest.HomeserverTestCase):
         self.http_client = Mock()
         return self.setup_test_homeserver(http_client=self.http_client)
 
-    def create_test_json_resource(self):
+    def create_test_resource(self):
         return create_resource_tree(
             {"/_matrix/key/v2": KeyApiV2Resource(self.hs)}, root_resource=NoResource()
         )