Skip to content

Commit bd3958e

Browse files
committed
Reformat scenario
1 parent f8dab79 commit bd3958e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/test/java/com/typicode/jsonplaceholder/features/Posts.feature

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)