We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad654b4 commit 32669d5Copy full SHA for 32669d5
tests/test_server_default_views.py
@@ -22,7 +22,6 @@ def task_func():
22
23
with thing_client as c:
24
response = c.get("/tasks").json
25
- assert len(response) == 1
26
assert response[0].get("id") == str(task_obj.id)
27
28
0 commit comments