Skip to content

Commit 87ad91f

Browse files
committed
chore: remove useless Behat steps
1 parent 736fe29 commit 87ad91f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

features/doctrine/date_filter.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Feature: Date filter on collections
77
Scenario: Get collection filtered by date
88
Given there are 30 dummy objects with dummyDate
99
When I send a "GET" request to "/dummies?dummyDate[after]=2015-04-28"
10-
Then print last JSON response
1110
Then the response status code should be 200
1211
And the response should be in JSON
1312
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"

features/main/custom_normalized.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Feature: Using custom normalized entity
6969
}]
7070
}
7171
"""
72-
Then print last JSON response
7372
Then the response status code should be 200
7473
And the response should be in JSON
7574
And the header "Content-Type" should be equal to "application/json; charset=utf-8"

0 commit comments

Comments
 (0)