Skip to content

Commit 5c7f6c8

Browse files
author
Andrei Neagu
committed
fixed tests
1 parent 2b16d39 commit 5c7f6c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

services/dynamic-sidecar/tests/unit/api/rpc/test__containers_long_running_tasks.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,9 +536,7 @@ def _get_awaitable() -> Awaitable[TaskId]:
536536
)
537537

538538
async def _assert_task_removed(task_id: TaskId) -> None:
539-
await lrt_api.remove_task(
540-
rpc_client, lrt_namespace, {}, task_id, wait_for_removal=True
541-
)
539+
await lrt_api.remove_task(rpc_client, lrt_namespace, {}, task_id)
542540
with pytest.raises(TaskNotFoundError):
543541
await lrt_api.get_task_status(rpc_client, lrt_namespace, {}, task_id)
544542

0 commit comments

Comments
 (0)