From f4cd8b4bbfc628b9ba6b8946cf4d292ffa7c3e0b Mon Sep 17 00:00:00 2001 From: John Chilton Date: Mon, 11 Nov 2024 12:02:16 -0500 Subject: [PATCH] Fix bug in workflow def - but does this mean defaults broke? --- lib/galaxy_test/api/test_workflows.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/galaxy_test/api/test_workflows.py b/lib/galaxy_test/api/test_workflows.py index f18cdd8a760d..6d14cb49e7df 100644 --- a/lib/galaxy_test/api/test_workflows.py +++ b/lib/galaxy_test/api/test_workflows.py @@ -3212,7 +3212,7 @@ def test_export_invocation_ro_crate_adv(self): """, test_data=""" num_lines_param: - type: int + type: raw value: 2 input collection 1: collection_type: list @@ -7034,12 +7034,14 @@ def test_subworkflow_import_order_maintained(self, history_id): outer_input_1: type: int default: 1 + optional: true position: left: 0 top: 0 outer_input_2: type: int default: 2 + optional: true position: left: 100 top: 0