Skip to content

Commit 070278b

Browse files
authored
Merge pull request #1137 from soyuka/fix-small-styling-issues
Fix small behat test issues
2 parents 5a81357 + 6a173de commit 070278b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/doctrine/order_filter.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Feature: Order filter on collections
331331
"properties": {
332332
"@id": {
333333
"type": "string",
334-
"pattern": "^/dummies/2"
334+
"pattern": "^/dummies/2$"
335335
}
336336
}
337337
},

features/main/crud.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Feature: Create-Retrieve-Update-Delete
9292
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
9393
And the JSON should be equal to:
9494
"""
95-
{
95+
{
9696
"@context": "/contexts/Dummy",
9797
"@id": "/dummies",
9898
"@type": "hydra:Collection",

0 commit comments

Comments
 (0)