Skip to content

Commit 479165b

Browse files
author
Andrei Neagu
committed
revert change
1 parent 53d5791 commit 479165b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/web/server/tests/unit/with_dbs/02/test_projects_cancellations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ async def test_copying_large_project_and_retrieving_copy_task(
170170
assert not error
171171
list_of_tasks = TypeAdapter(list[TaskGet]).validate_python(data)
172172
assert len(list_of_tasks) == 1
173+
task = list_of_tasks[0]
174+
assert task.task_name == f"POST {create_url}"
173175
# let the copy start
174176
await asyncio.sleep(2)
175177
# now abort the copy

0 commit comments

Comments
 (0)