diff --git a/features/javascript/fields/body.feature b/features/javascript/fields/body.feature index 17e1332..be6fcc8 100644 --- a/features/javascript/fields/body.feature +++ b/features/javascript/fields/body.feature @@ -85,11 +85,7 @@ Feature: Body validation }, "errors": [ { - "message": "Can't validate actual media type 'text/plain' against the expected media type 'application/json'.", - "values": { - "expected": "{\n \"firstName\": \"John\",\n \"lastName\": \"Locke\"\n}", - "actual": "Textual body" - } + "message": "Can't validate actual media type 'text/plain' against the expected media type 'application/json'." } ] } @@ -123,11 +119,7 @@ Feature: Body validation }, "errors": [ { - "message": "Can't validate actual media type 'application/json' against the expected media type 'text/plain'.", - "values": { - "expected": "Textual body", - "actual": "{\n \"userId\": 1\n}" - } + "message": "Can't validate actual media type 'application/json' against the expected media type 'text/plain'." } ] } diff --git a/features/javascript/fields/method.feature b/features/javascript/fields/method.feature index 40459d3..a0b7c8c 100644 --- a/features/javascript/fields/method.feature +++ b/features/javascript/fields/method.feature @@ -36,11 +36,7 @@ Feature: Method validation }, "errors": [ { - "message": "Expected method 'POST', but got 'PUT'.", - "values": { - "expected": "POST", - "actual": "PUT" - } + "message": "Expected method 'POST', but got 'PUT'." } ] } diff --git a/features/javascript/fields/statusCode.feature b/features/javascript/fields/statusCode.feature index 16eb787..001654c 100644 --- a/features/javascript/fields/statusCode.feature +++ b/features/javascript/fields/statusCode.feature @@ -36,11 +36,7 @@ Feature: Status code validation }, "errors": [ { - "message": "Expected status code '200', but got '304'.", - "values": { - "expected": "200", - "actual": "304" - } + "message": "Expected status code '200', but got '304'." } ] } diff --git a/features/javascript/fields/uri.feature b/features/javascript/fields/uri.feature index 2d8fe45..599978f 100644 --- a/features/javascript/fields/uri.feature +++ b/features/javascript/fields/uri.feature @@ -36,11 +36,7 @@ Feature: URI validation }, "errors": [ { - "message": "Expected URI '/user?id=1', but got '/user?id=2'.", - "values": { - "expected": "/user?id=1", - "actual": "/user?id=2" - } + "message": "Expected URI '/user?id=1', but got '/user?id=2'." } ] }