Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
diofeher committed Nov 5, 2024
1 parent 0f2b72b commit ece0202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_update_task(session: Session, client: TestClient):

response = client.patch(
f"/tasks/{task_1.id}",
json={"title": "Deadpuddle"},
json={"title": "Deadpuddle", "description": "asd"},
)
data = response.json()

Expand Down

0 comments on commit ece0202

Please sign in to comment.