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