We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41acb32 commit 789c26eCopy full SHA for 789c26e
1 file changed
src/test/resources/features/delete_user.feature
@@ -9,8 +9,8 @@ Feature: Delete user endpoint
9
When the client call to DELETE the created user
10
Then the response status should be 200
11
When the client call to GET the created user
12
- Then the response status should be 400
+ Then the response status should be 404
13
14
Scenario: Delete a user that does not exist
15
When the client call to DELETE /random-users/999999
16
- Then the response status should be 404
+ Then the response status should be 200
0 commit comments