From d5fd29f0a82ca2df47b1b382f705a6df287f926e Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 19 May 2022 10:11:25 -0400 Subject: [PATCH] 19069: Fix test Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- src/store/run-process-panel/run-process-panel-actions.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/run-process-panel/run-process-panel-actions.test.ts b/src/store/run-process-panel/run-process-panel-actions.test.ts index 0bbde9af..3137583e 100644 --- a/src/store/run-process-panel/run-process-panel-actions.test.ts +++ b/src/store/run-process-panel/run-process-panel-actions.test.ts @@ -116,7 +116,7 @@ describe("run-process-panel-actions", () => { description: "basicFormTestDescription", mounts: undefined, name: "basicFormTestName", - outputName: undefined, + outputName: "Output from basicFormTestName", outputPath: "/var/spool/cwl", ownerUuid: "ce8i5-tpzed-yid70bw31f51234", priority: 1, -- 2.30.2