Skip to content

Commit d7c8c5c

Browse files
committed
feat: Updated tests
1 parent 0b03981 commit d7c8c5c

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

test/helper/resources/3_0-to-3_1/combiner-to-other-type/after.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ paths:
1111
content:
1212
application/json:
1313
schema:
14-
type: object
15-
requestBody:
16-
content:
17-
'application/json':
18-
schema:
19-
$ref: '#/components/schemas/MySchema'
14+
$ref: '#/components/schemas/MySchema'
2015
components:
2116
schemas:
2217
MySchema:

test/helper/resources/3_0-to-3_1/combiner-to-other-type/before.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ paths:
1111
content:
1212
application/json:
1313
schema:
14-
type: object
15-
requestBody:
16-
content:
17-
'application/json':
18-
schema:
19-
$ref: '#/components/schemas/MySchema'
14+
$ref: '#/components/schemas/MySchema'
2015
components:
2116
schemas:
2217
MySchema:

0 commit comments

Comments
 (0)