Skip to content

Commit

Permalink
Update src/plone/restapi/tests/test_services_userschema.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 7af1f3e commit a340c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/restapi/tests/test_services_userschema.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_userschema_get(self):

self.assertTrue("object", response["type"])

def test_registration_userschema_get(self):
def test_userschema_registration_get(self):
response = self.api_session.get("/@userschema/registration")

self.assertEqual(200, response.status_code)
Expand Down

0 comments on commit a340c5b

Please sign in to comment.