Skip to content

Commit adaf5c0

Browse files
Theo-lbgCopilot
andauthored
fix(returnStatus): the return status should be 404
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5df86d6 commit adaf5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/resources/features/delete_user.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Feature: Delete user endpoint
1414

1515
Scenario: Delete a user that does not exist
1616
When the client call to DELETE /random-users/999
17-
Then the response status should be 204
17+
Then the response status should be 404

0 commit comments

Comments
 (0)