From 12aba9fd35f8813ff30cd6e892574505a24fcea3 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 14 Nov 2022 11:24:44 -0500 Subject: [PATCH] 19688: Fix test Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/tests/wf/expect_upload_wrapper_altname.cwl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cwl/tests/wf/expect_upload_wrapper_altname.cwl b/sdk/cwl/tests/wf/expect_upload_wrapper_altname.cwl index c37a28cc48..d486e5a760 100644 --- a/sdk/cwl/tests/wf/expect_upload_wrapper_altname.cwl +++ b/sdk/cwl/tests/wf/expect_upload_wrapper_altname.cwl @@ -63,7 +63,7 @@ ], "steps": [ { - "id": "#main/testing 123", + "id": "#main/submit_wf.cwl", "in": [ { "id": "#main/step/x", -- 2.30.2