Skip to content

Commit b494e80

Browse files
committed
Fix Behat test for forward-compatibility with Symfony 5.1
symfony/symfony#35596
1 parent ce26a90 commit b494e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/jsonld/non_resource.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Feature: JSON-LD non-resource handling
7575
Then the response status code should be 201
7676
And the response should be in JSON
7777
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
78-
And the JSON should be equal to:
78+
And the JSON should be a superset of:
7979
"""
8080
{
8181
"@context": "/contexts/PlainObjectDummy",

0 commit comments

Comments
 (0)