From 7af1f3eb11040387570ad339549841e3c80eb05d Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Fri, 31 Jan 2025 10:48:32 +0100 Subject: [PATCH] Update src/plone/restapi/tests/test_documentation.py Co-authored-by: Steve Piercy --- src/plone/restapi/tests/test_documentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plone/restapi/tests/test_documentation.py b/src/plone/restapi/tests/test_documentation.py index 6a20fac0c..43e606590 100644 --- a/src/plone/restapi/tests/test_documentation.py +++ b/src/plone/restapi/tests/test_documentation.py @@ -2516,7 +2516,7 @@ def test_documentation_schema_user(self): save_request_and_response_for_docs("userschema", response) - def test_documentation_registration_schema_user(self): + def test_documentation_schema_user_registration(self): response = self.api_session.get("/@userschema/registration") save_request_and_response_for_docs("registration_userschema", response)