Skip to content

Commit 681b945

Browse files
committed
Merge branch 'fix/broken-tests' of https://github.com/erunion/swagger-parser into release
2 parents d9410bd + 2c52bbd commit 681b945

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/specs/real-world/known-errors.js

+6
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ function getKnownApiErrors () {
8888
whatToDo: "ignore"
8989
},
9090

91+
{
92+
api: "adyen.com",
93+
error: "must NOT have unevaluated properties",
94+
whatToDo: "ignore"
95+
},
96+
9197
// They have a description of `2015-04-22T10:03:19.323-07:00` and YAML parsing is converting that to a `Date`.
9298
// https://github.com/APIDevTools/json-schema-ref-parser/pull/247
9399
{

0 commit comments

Comments
 (0)