Skip to content

Commit

Permalink
Merge pull request #37 from mdebarros/feature/fix(#2182)--regex-valid…
Browse files Browse the repository at this point in the history
…ations-against-swagger-interface-spec-no-longer-working

fix(#2182): regex validations against swagger interface spec no longer working 
- See breaking changes for https://github.com/ajv-validator/ajv/releases/tag/v8.0.0
  • Loading branch information
mdebarros authored May 12, 2021
2 parents 8fe204b + 6997321 commit 6c35b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
"id": 3,
"description": "Check Missing mandatory element - Invalid accept header",
"exec": [
"expect(response.body.errorInformation.errorDescription).to.include('should have required property \\'accept\\'');"
"expect(response.body.errorInformation.errorDescription).to.include('/header must have required property \\'accept\\'');"
]
}
]
Expand Down

0 comments on commit 6c35b95

Please sign in to comment.