We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aead14 commit a183b9fCopy full SHA for a183b9f
features/security/strong_typing.feature
@@ -56,7 +56,7 @@ Feature: Handle properly invalid data submitted to the API
56
And the JSON node "@context" should be equal to "/contexts/Error"
57
And the JSON node "@type" should be equal to "hydra:Error"
58
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.'
+ And the JSON node "hydra:description" should be equal to 'The type of the "name" attribute must be "string", "NULL" given.'
60
61
Scenario: Create a resource with wrong value type for relation
62
When I add "Content-Type" header equal to "application/ld+json"
0 commit comments