File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Feature: Date filter on collections
7
7
Scenario : Get collection filtered by date
8
8
Given there are 30 dummy objects with dummyDate
9
9
When I send a "GET" request to "/dummies?dummyDate[after]=2015-04-28"
10
- Then print last JSON response
11
10
Then the response status code should be 200
12
11
And the response should be in JSON
13
12
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ Feature: Using custom normalized entity
69
69
}]
70
70
}
71
71
"""
72
- Then print last JSON response
73
72
Then the response status code should be 200
74
73
And the response should be in JSON
75
74
And the header "Content-Type" should be equal to "application/json; charset=utf-8"
You can’t perform that action at this time.
0 commit comments