Skip to content

Commit 6bbf3dc

Browse files
committed
rename test files
1 parent a340c5b commit 6bbf3dc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/plone/restapi/tests/http-examples/registration_userschema.req renamed to src/plone/restapi/tests/http-examples/userschema_registration.req

File renamed without changes.

src/plone/restapi/tests/http-examples/registration_userschema.resp renamed to src/plone/restapi/tests/http-examples/userschema_registration.resp

File renamed without changes.

src/plone/restapi/tests/test_documentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2519,7 +2519,7 @@ def test_documentation_schema_user(self):
25192519
def test_documentation_schema_user_registration(self):
25202520
response = self.api_session.get("/@userschema/registration")
25212521

2522-
save_request_and_response_for_docs("registration_userschema", response)
2522+
save_request_and_response_for_docs("userschema_registration", response)
25232523

25242524

25252525
class TestRules(TestDocumentationBase):

0 commit comments

Comments
 (0)