Skip to content

Commit 41acb32

Browse files
committed
feat(tests): rectify http error code
1 parent 1156b18 commit 41acb32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/resources/features/delete_user.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Feature: Delete user endpoint
77
And the user profile
88
| id | <generated_id> |
99
When the client call to DELETE the created user
10-
Then the response status should be 204
10+
Then the response status should be 200
1111
When the client call to GET the created user
12-
Then the response status should be 404
12+
Then the response status should be 400
1313

1414
Scenario: Delete a user that does not exist
1515
When the client call to DELETE /random-users/999999

0 commit comments

Comments
 (0)