Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit b0106d1

Browse files
committed
test: mitigate an issue with Swagger schemas of binary format
https://github.com/apiaryio/fury-adapter-swagger/issues/193
1 parent 5264ce6 commit b0106d1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/fixtures/response/binary-invalid-utf8.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ paths:
1414
description: Representation
1515
examples:
1616
"application/octet-stream": ""
17-
schema:
18-
type: string
19-
format: binary

test/fixtures/response/binary.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ paths:
1414
description: Representation
1515
examples:
1616
"image/png": ""
17-
schema:
18-
type: string
19-
format: binary

0 commit comments

Comments
 (0)