Skip to content

Commit 071817b

Browse files
committed
fixed test case
1 parent 1cb18c6 commit 071817b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/testInt/resources/endpoint-exclude/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ paths:
1010
- name: foo
1111
description: dummy paramter
1212
in: path
13+
required: true
1314
schema:
1415
type: string
1516
responses:
@@ -22,6 +23,7 @@ paths:
2223
- name: foo
2324
description: dummy parameter
2425
in: path
26+
required: true
2527
schema:
2628
type: string
2729
responses:

0 commit comments

Comments
 (0)