Skip to content

Commit

Permalink
Fix for fix(#2182): regex validations against swagger interface spec …
Browse files Browse the repository at this point in the history
…no longer working
  • Loading branch information
mdebarros committed May 12, 2021
1 parent 8fe204b commit 6997321
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 6997321

Please sign in to comment.