Skip to content

Commit c4bc27c

Browse files
committed
remove wrongly commited function
1 parent 9736c84 commit c4bc27c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

services/web/server/tests/unit/with_dbs/01/test_long_running_tasks.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,3 @@ async def test_listing_tasks_empty(
6363
assert not data
6464
return
6565
assert data == []
66-
67-
68-
@pytest.mark.parametrize(*_tasks_role_responses())
69-
async def test_propagation_of_legacy_tasks_failure(
70-
client: TestClient,
71-
logged_user,
72-
expected,
73-
):
74-
assert client.app
75-
list_task_url = client.app.router["list_tasks"].url_for()
76-
resp = await client.get(f"{list_task_url}")
77-
data, error = await assert_status(resp, expected.ok)
78-
if error:
79-
assert not data
80-
return
81-
assert data == []

0 commit comments

Comments
 (0)