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

Commit

Permalink
fix: provides valid JSON for "body_json_example" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed May 15, 2019
1 parent f8224f6 commit c3820be
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 c3820be

Please sign in to comment.