You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/doctrine/order_filter.feature
+1-56Lines changed: 1 addition & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -423,62 +423,7 @@ Feature: Order filter on collections
423
423
424
424
Scenario: Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order
425
425
When I send a "GET" request to "/embedded_dummies?order[embeddedDummy.dummyName]"
426
-
Then the response status code should be 200
427
-
And the response should be in JSON
428
-
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
429
-
And the JSON should be valid according to this schema:
0 commit comments