fix(tests): fix failed tests after adding another input

This commit is contained in:
mustafatarek
2025-12-06 23:35:03 +02:00
committed by Loïc Mathieu
parent 55d0880ed3
commit 8a9a1df436
3 changed files with 4 additions and 4 deletions

View File

@@ -760,7 +760,7 @@ class ExecutionControllerRunnerTest {
@LoadFlows({"flows/valids/inputs.yaml"})
void previewInternalStorageFileFromExecution() throws TimeoutException, QueueException{
Execution defaultExecution = runnerUtils.runOne(TENANT_ID, TESTS_FLOW_NS, "inputs", null, (flow, execution1) -> flowIO.readExecutionInputs(flow, execution1, inputs));
assertThat(defaultExecution.getTaskRunList()).hasSize(14);
assertThat(defaultExecution.getTaskRunList()).hasSize(15);
String defaultPath = (String) defaultExecution.getInputs().get("file");