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

Commit

Permalink
Merge pull request #39 from apiaryio/invalid-json
Browse files Browse the repository at this point in the history
Provides valid JSON for "body_json_example" feature
  • Loading branch information
honzajavorek authored May 15, 2019
2 parents f8224f6 + c3820be commit 9f68503
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions features/expectations/body_json_example.feature
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Feature: Body - JSON example
],
"string": "Foo bar",
"boolean": false
}
"""
Then Gavel will NOT set any errors for "body"
Expand All @@ -89,7 +88,7 @@ Feature: Body - JSON example
"array": [
1
],
"string": "Foo bar",
"string": "Foo bar"
}
"""
Then Gavel will set some error for "body"
Expand Down

0 comments on commit 9f68503

Please sign in to comment.