From c3820be1f4badfd66eac4dddfb139ba7260f7ab9 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Wed, 15 May 2019 15:25:22 +0200 Subject: [PATCH] fix: provides valid JSON for "body_json_example" feature --- features/expectations/body_json_example.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"