Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 37fa883

Browse files
committed
Fixes test
1 parent ccdd1de commit 37fa883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/openapi3/client/petstore/python/tests_manual/test_fake_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ def test_json_patch(self):
778778
)
779779
]
780780
)
781-
api_response = self.api.json_patch(body)
781+
api_response = self.api.json_patch(body=body)
782782
json_body = [
783783
{
784784
'op': 'add',

0 commit comments

Comments
 (0)