Skip to content

Commit

Permalink
falla de test a proposito
Browse files Browse the repository at this point in the history
  • Loading branch information
anelioalvarez committed Nov 8, 2023
1 parent fbacbc4 commit fb68356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/player_tests/test_delete_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_delete_player_idempotent():
response = client.delete(
'/players/2',
)
assert response.status_code == 404, "El código de estado de la respuesta no es 404 (Not Found)."
assert response.status_code == 201, "El código de estado de la respuesta no es 404 (Not Found)."


def test_delete_inexistent_player():
Expand Down

0 comments on commit fb68356

Please sign in to comment.