Skip to content

Commit 32669d5

Browse files
author
Joel Collins
committed
Fixed task list test
1 parent ad654b4 commit 32669d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_server_default_views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def task_func():
2222

2323
with thing_client as c:
2424
response = c.get("/tasks").json
25-
assert len(response) == 1
2625
assert response[0].get("id") == str(task_obj.id)
2726

2827

0 commit comments

Comments
 (0)