Skip to content

Commit

Permalink
Update src/plone/restapi/tests/test_documentation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <web@stevepiercy.com>
  • Loading branch information
erral and stevepiercy authored Jan 31, 2025
1 parent 6bd67d3 commit 7af1f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/restapi/tests/test_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7af1f3e

Please sign in to comment.