Skip to content

Commit 4f6a43d

Browse files
committed
uptest
1 parent 721d888 commit 4f6a43d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples/openapi3/client/petstore/python-httpx-sync/tests

samples/openapi3/client/petstore/python-httpx-sync/tests/test_rest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async def test_multipart_requests(self):
2424
mock_resp.return_value.status_code = 200
2525
mock_resp.return_value.headers = {}
2626

27-
marker = petstore_api.TestObjectForMultipartRequestsRequestMarker(
27+
marker = petstore_api.UploadFileWithAdditionalPropertiesRequestObject(
2828
name="name",
2929
)
3030

@@ -53,7 +53,7 @@ async def test_multipart_requests_with_file_and_additional_properties(self):
5353
returned = await fake_api.upload_file_with_additional_properties(
5454
file=(self.test_file_path, f.read()),
5555
count=100,
56-
object=petstore_api.TestObjectForMultipartRequestsRequestMarker(
56+
object=petstore_api.UploadFileWithAdditionalPropertiesRequestObject(
5757
name="foo"
5858
),
5959
)

0 commit comments

Comments
 (0)