Skip to content

Commit 5df77ad

Browse files
authored
Fix behat tests (#4030)
1 parent 8a16c9d commit 5df77ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/jsonapi/related-resouces-inclusion.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ Feature: JSON API Inclusion of Related Resources
602602
Then the response status code should be 200
603603
And the response should be in JSON
604604
And the JSON should be valid according to the JSON API schema
605-
And the JSON should be equal to:
605+
And the JSON should be a superset of:
606606
"""
607607
{
608608
"links": {

0 commit comments

Comments
 (0)