Skip to content

Commit 6afb833

Browse files
authored
Correct task input mapping (#758)
1 parent 40bc365 commit 6afb833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TesApi.Web/Runner/TaskToNodeTaskConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ private async Task<List<TesInput>> PrepareInputsForMappingAsync(TesTask tesTask,
315315

316316
logger.LogInformation(@"Input {InputPath} is a regular input", input.Path);
317317

318-
inputs.Add(key, preparedInput);
318+
inputs.Add(key, input);
319319
}
320320

321321
return [.. inputs.Values];

0 commit comments

Comments
 (0)