Skip to content

Commit 0f2b72b

Browse files
committed
test breaking
1 parent f2b18ce commit 0f2b72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/test_tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_update_task(session: Session, client: TestClient):
104104

105105
response = client.patch(
106106
f"/tasks/{task_1.id}",
107-
json={"title": "Deadpuddle", "description": "asd"},
107+
json={"title": "Deadpuddle"},
108108
)
109109
data = response.json()
110110

0 commit comments

Comments
 (0)