File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/test/java/com/typicode/jsonplaceholder/features Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -208,12 +208,12 @@ Feature: Posts Endpoint
208208 | 101 |
209209 | -1 |
210210
211- Scenario : Filter by invalid query parameter
211+ Scenario : Filter by invalid query parameter
212212 # As the API isn't backed by a working database there is no validation of the query parameter names, meaning
213213 # invalid query params return the full dataset for the chosen endpoint. For a real API this should return an
214214 # error response
215- When I make a GET request to the Posts endpoint with a "dummy" query parameter of 1
216- Then the response has a status code of 200
217- And the response body follows the "MultiplePosts" JSON schema
218- And the results array contains 100 elements
219- And the response body matches the "AllPosts" expected response
215+ When I make a GET request to the Posts endpoint with a "dummy" query parameter of 1
216+ Then the response has a status code of 200
217+ And the response body follows the "MultiplePosts" JSON schema
218+ And the results array contains 100 elements
219+ And the response body matches the "AllPosts" expected response
You can’t perform that action at this time.
0 commit comments