We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90060b9 commit 9b2a4d8Copy full SHA for 9b2a4d8
tests/integration/data/v3.0/petstore.yaml
@@ -335,12 +335,12 @@ components:
335
Error:
336
type: object
337
required:
338
- - code
339
- message
340
properties:
341
code:
342
type: integer
343
format: int32
+ default: 400
344
message:
345
type: string
346
ExtendedError:
tests/integration/validation/test_petstore.py
@@ -1150,7 +1150,6 @@ def test_post_tags_created_invalid_type(
1150
rootCause = 'Tag already exist'
1151
additionalinfo = 'Tag Dog already exist'
1152
data_json = {
1153
- 'code': code,
1154
'message': message,
1155
'correlationId': str(correlationId),
1156
'rootCause': rootCause,
0 commit comments