Skip to content

Commit a183b9f

Browse files
committed
Fixed test
1 parent 0aead14 commit a183b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/security/strong_typing.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Feature: Handle properly invalid data submitted to the API
5656
And the JSON node "@context" should be equal to "/contexts/Error"
5757
And the JSON node "@type" should be equal to "hydra:Error"
5858
And the JSON node "hydra:title" should be equal to "An error occurred"
59-
And the JSON node "hydra:description" should be equal to 'The type of the "name" attribute must be "string", "null" given.'
59+
And the JSON node "hydra:description" should be equal to 'The type of the "name" attribute must be "string", "NULL" given.'
6060

6161
Scenario: Create a resource with wrong value type for relation
6262
When I add "Content-Type" header equal to "application/ld+json"

0 commit comments

Comments
 (0)