From 771363db8ad50a86eb89c7d393c5a26871ecdc5d Mon Sep 17 00:00:00 2001 From: Sabiha Khan Date: Tue, 21 Jul 2026 19:19:32 +0530 Subject: [PATCH] fix: pin integration workflow runs to published definitions --- api/tests/integrations/_run_pipeline_helpers.py | 1 + 1 file changed, 1 insertion(+) 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