Skip to content

Commit

Permalink
fix: removed cookie-param test as it is not valid for
Browse files Browse the repository at this point in the history
req-validator plugin
  • Loading branch information
Prashansa-K committed Nov 11, 2024
1 parent 9bbc21c commit 854f110
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,6 @@
"schema": "{\"type\":\"integer\"}",
"style": "simple"
},
{
"explode": true,
"in": "cookie",
"name": "cookieid",
"required": true,
"schema": "{\"type\":\"integer\"}",
"style": "form"
},
{
"explode": false,
"in": "path",
Expand Down
5 changes: 0 additions & 5 deletions openapi2kong/oas3_testfiles/13-request-validator-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ paths:
schema:
type: integer
required: true
- in: cookie
name: cookieid
schema:
type: integer
required: true
- in: path
name: path_id
schema:
Expand Down

0 comments on commit 854f110

Please sign in to comment.