Skip to content

Commit

Permalink
fix for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-cx committed Nov 21, 2023
1 parent 6dfec7f commit ee525a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/fixtures/E2E_CLI_071_RESULT.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"severity": "INFO",
"platform": "OpenAPI",
"category": "Best Practices",
"experimental": false,
"description": "Components schemas definitions should be referenced or removed from Open API definition",
"description_id": "5cdc0f3b",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions e2e/fixtures/E2E_CLI_072_RESULT.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"severity": "MEDIUM",
"platform": "OpenAPI",
"category": "Networking and Firewall",
"experimental": false,
"description": "500, 429 and 400 responses should be defined for all operations, except head operation. 415 response should be defined for the post, put, and patch operations. 404 response should be defined for the get, put, head, delete operations. 200 response should be defined for options operation. 401 and 403 response should be defined for all operations when the security field is defined.",
"description_id": "dbf15009",
"files": [
Expand Down Expand Up @@ -77,6 +78,7 @@
"severity": "INFO",
"platform": "OpenAPI",
"category": "Best Practices",
"experimental": false,
"description": "Components schemas definitions should be referenced or removed from Open API definition",
"description_id": "5cdc0f3b",
"files": [
Expand Down
1 change: 1 addition & 0 deletions e2e/fixtures/E2E_CLI_074_RESULT.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"severity": "INFO",
"platform": "OpenAPI",
"category": "Structure and Semantics",
"experimental": false,
"description": "Every defined property must be unique throughout the whole API",
"description_id": "eb2e14e6",
"files": [
Expand Down

0 comments on commit ee525a7

Please sign in to comment.