We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317cc38 commit 3797f81Copy full SHA for 3797f81
src/test/java/com/typicode/jsonplaceholder/features/Posts.feature
@@ -231,6 +231,8 @@ Feature: Posts Endpoint
231
And the response body matches the "PostComments" expected response
232
233
Scenario Outline: Invalid nested path parameters - posts/1/<param>
234
+ # As the API uses a static data source rather than a database, calls that use some nested path parameters may return
235
+ # all the data for the nested endpoint. For an API backed by an operational DB these calls should return an error
236
When I make a GET request to the Posts endpoint with nested path parameters of 1/<param>
237
Then the response has a status code of 200
238
And the response body follows the "<schema>" JSON schema
0 commit comments