We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57bdad commit fc03b0dCopy full SHA for fc03b0d
tests/test_main.py
@@ -239,7 +239,7 @@ def test_request_delete_player_id_unknown_response_status_not_found(client):
239
def test_request_delete_player_id_existing_response_status_no_content(client):
240
"""DELETE /players/{player_id} with existing ID returns 204 No Content"""
241
# Arrange
242
- player_id = 21 # Alejandro Gómez - intentionally removed from collection
+ player_id = 24 # Thiago Almada - created by POST test, now deleted (atomic)
243
# Act
244
response = client.delete(PATH + str(player_id))
245
# Assert
0 commit comments