Fixed all tests

This commit is contained in:
2026-02-22 20:34:33 +01:00 Verified
parent 1469b87ddb
commit 141ddb0c08
4 changed files with 18 additions and 29 deletions
-3
View File
@@ -93,6 +93,3 @@ async def test_update_settings(
assert response.status_code == 200
data = response.json()
assert data["name"] == "Updated Name"
# The response model is TournamentUpdateResponse which inherits TournamentDetail
# So it should also have matches
assert "matches" in data