Skip to content

Commit

Permalink
chore: remove useless Behat steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 11, 2021
1 parent 736fe29 commit 87ad91f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion features/doctrine/date_filter.feature
Expand Up @@ -7,7 +7,6 @@ Feature: Date filter on collections
Scenario: Get collection filtered by date
Given there are 30 dummy objects with dummyDate
When I send a "GET" request to "/dummies?dummyDate[after]=2015-04-28"
Then print last JSON response
Then the response status code should be 200
And the response should be in JSON
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
Expand Down
1 change: 0 additions & 1 deletion features/main/custom_normalized.feature
Expand Up @@ -69,7 +69,6 @@ Feature: Using custom normalized entity
}]
}
"""
Then print last JSON response
Then the response status code should be 200
And the response should be in JSON
And the header "Content-Type" should be equal to "application/json; charset=utf-8"
Expand Down

0 comments on commit 87ad91f

Please sign in to comment.