File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ match(
84
84
array(
85
85
'users' => array(
86
86
array(
87
- 'id' => '@integer',
87
+ 'id' => '@integer@ ',
88
88
'firstName' => '@string@',
89
89
'lastName' => 'Orzechowicz',
90
90
'roles' => '@array@'
91
91
),
92
92
array(
93
- 'id' => '@integer'
93
+ 'id' => '@integer@ '
94
94
'firstName' => '@string@',
95
95
'lastName' => 'Dąbrowski',
96
96
'roles' => '@array@'
@@ -162,17 +162,17 @@ Feature: Listing user toys
162
162
{
163
163
"id": "@string@",
164
164
"name": "Barbie",
165
- "_links: "* "
165
+ "_links: "@*@ "
166
166
},
167
167
{
168
168
"id": "@string@",
169
169
"name": "GI Joe",
170
- "_links": "* "
170
+ "_links": "@*@ "
171
171
},
172
172
{
173
173
"id": "@string@",
174
174
"name": "Optimus Prime",
175
- "_links": "* "
175
+ "_links": "@*@ "
176
176
}
177
177
]
178
178
"""
You can’t perform that action at this time.
0 commit comments