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.
2 parents 5a81357 + 6a173de commit 070278bCopy full SHA for 070278b
features/doctrine/order_filter.feature
@@ -331,7 +331,7 @@ Feature: Order filter on collections
331
"properties": {
332
"@id": {
333
"type": "string",
334
- "pattern": "^/dummies/2"
+ "pattern": "^/dummies/2$"
335
}
336
337
},
features/main/crud.feature
@@ -92,7 +92,7 @@ Feature: Create-Retrieve-Update-Delete
92
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
93
And the JSON should be equal to:
94
"""
95
- {
+ {
96
"@context": "/contexts/Dummy",
97
"@id": "/dummies",
98
"@type": "hydra:Collection",
0 commit comments