diff --git a/api/tests/integrations/_run_pipeline_helpers.py b/api/tests/integrations/_run_pipeline_helpers.py index 0d5ff6c8..90c8eb1a 100644 --- a/api/tests/integrations/_run_pipeline_helpers.py +++ b/api/tests/integrations/_run_pipeline_helpers.py @@ -236,6 +236,7 @@ async def create_workflow_run_rows( workflow_id=workflow.id, mode=WorkflowRunMode.SMALLWEBRTC.value, user_id=user.id, + definition_id=workflow.released_definition_id, ) return workflow_run, user, workflow