Skip to content

Commit 6280bce

Browse files
committed
fix code review2
1 parent f146925 commit 6280bce

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

features/main/subresource.feature

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Feature: Subresource support
346346
Scenario: The OneToOne subresource should be accessible from owned side
347347
Given there is a RelatedOwnedDummy object with OneToOne relation
348348
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
350350
And the response should be in JSON
351351
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
352352
And the JSON should be equal to:
@@ -375,11 +375,10 @@ Feature: Subresource support
375375
}
376376
"""
377377

378-
379378
Scenario: The OneToOne subresource should be accessible from owning side
380379
Given there is a RelatedOwningDummy object with OneToOne relation
381380
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
383382
And the response should be in JSON
384383
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
385384
And the JSON should be equal to:
@@ -430,4 +429,4 @@ Feature: Subresource support
430429
],
431430
"parent": null
432431
}
433-
"""
432+
"""

0 commit comments

Comments
 (0)