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 53d5791 commit 479165bCopy full SHA for 479165b
services/web/server/tests/unit/with_dbs/02/test_projects_cancellations.py
@@ -170,6 +170,8 @@ async def test_copying_large_project_and_retrieving_copy_task(
170
assert not error
171
list_of_tasks = TypeAdapter(list[TaskGet]).validate_python(data)
172
assert len(list_of_tasks) == 1
173
+ task = list_of_tasks[0]
174
+ assert task.task_name == f"POST {create_url}"
175
# let the copy start
176
await asyncio.sleep(2)
177
# now abort the copy
0 commit comments