mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
fix(tests): fix failed tests after adding another input
This commit is contained in:
committed by
Loïc Mathieu
parent
55d0880ed3
commit
8a9a1df436
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user