Skip to content

Commit d739045

Browse files
committed
fixing tests
1 parent 23819e7 commit d739045

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fixtures/lint/error-detail-pass.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: '3.0.0'
1+
openapi: "3.0.0"
22
info:
33
version: 1.0.0
44
title: API Fixture
@@ -21,12 +21,12 @@ paths:
2121
tags:
2222
- Test
2323
responses:
24-
'204':
24+
"204":
2525
description: Response description
26-
'401':
26+
"401":
2727
description: Response description
2828
content:
29-
application/json:
29+
application/problem+json:
3030
schema:
3131
type: object
3232
properties:

0 commit comments

Comments
 (0)