Skip to content

Commit 2bd07df

Browse files
fix(data workflow tests): cancel running workflow executions before delete
1 parent d229e56 commit 2bd07df

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/tests_integration/test_api/test_workflows.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ def test_list_workflows(self, cognite_client: CogniteClient, persisted_workflow_
465465
def _delete_workflow_after_executions_finish(
466466
cognite_client: CogniteClient,
467467
workflow_external_id: str,
468-
version_id: WorkflowVersionId,
469468
*,
470469
timeout: float = 120,
471470
) -> None:
@@ -578,7 +577,6 @@ def test_upsert_run_delete_with_simulation_task(
578577
_delete_workflow_after_executions_finish(
579578
cognite_client,
580579
created_version.workflow_external_id,
581-
created_version.as_id(),
582580
)
583581

584582
def test_upsert_preexisting(

0 commit comments

Comments
 (0)