Skip to content

Commit 85cd60e

Browse files
committed
fix
1 parent 20ccf11 commit 85cd60e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/filter/filter_validation.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Feature: Validate filters based upon filter description
1616
Scenario: Required filter should throw an error if not set
1717
When I am on "/filter_validators"
1818
Then the response status code should be 422
19-
And the JSON node "detail" should be equal to 'required: This value should not be blank.\nrequired-allow-empty: The parameter "required-allow-empty" is required.'
19+
And the JSON node "detail" should be equal to 'required: This value should not be blank.\nrequired-allow-empty: This value should not be null.'
2020

2121
Scenario: Required filter should not throw an error if set
2222
When I am on "/array_filter_validators?arrayRequired[]=foo&indexedArrayRequired[foo]=foo"

features/http_cache/headers.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Feature: Default values of HTTP cache headers
99
Then the response status code should be 200
1010
And the header "Etag" should be equal to '"032297ac74d75a50"'
1111
And the header "Cache-Control" should be equal to "max-age=60, public, s-maxage=3600"
12-
And the header "Vary" should be equal to "Accept, Cookie"
12+
And the header "Vary" should be equal to "Accept, Cookie, Accept-Language"

0 commit comments

Comments
 (0)