File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ Feature: Subresource support
346
346
Scenario : The OneToOne subresource should be accessible from owned side
347
347
Given there is a RelatedOwnedDummy object with OneToOne relation
348
348
When I send a "GET" request to "/related_owned_dummies/1/owning_dummy"
349
- And the response status code should be 200
349
+ Then the response status code should be 200
350
350
And the response should be in JSON
351
351
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
352
352
And the JSON should be equal to:
@@ -375,11 +375,10 @@ Feature: Subresource support
375
375
}
376
376
"""
377
377
378
-
379
378
Scenario : The OneToOne subresource should be accessible from owning side
380
379
Given there is a RelatedOwningDummy object with OneToOne relation
381
380
When I send a "GET" request to "/related_owning_dummies/1/owned_dummy"
382
- And the response status code should be 200
381
+ Then the response status code should be 200
383
382
And the response should be in JSON
384
383
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
385
384
And the JSON should be equal to:
@@ -430,4 +429,4 @@ Feature: Subresource support
430
429
],
431
430
"parent": null
432
431
}
433
- """
432
+ """
You can’t perform that action at this time.
0 commit comments