Skip to content

Commit

Permalink
Fix bug in workflow def - but does this mean defaults broke?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Nov 12, 2024
1 parent 2507b03 commit f4cd8b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/galaxy_test/api/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f4cd8b4

Please sign in to comment.