diff --git a/features/expectations/body_json_example.feature b/features/expectations/body_json_example.feature index 9b1d87a..64dac05 100644 --- a/features/expectations/body_json_example.feature +++ b/features/expectations/body_json_example.feature @@ -71,7 +71,6 @@ Feature: Body - JSON example ], "string": "Foo bar", "boolean": false - } """ Then Gavel will NOT set any errors for "body" @@ -89,7 +88,7 @@ Feature: Body - JSON example "array": [ 1 ], - "string": "Foo bar", + "string": "Foo bar" } """ Then Gavel will set some error for "body"