File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7972,8 +7972,7 @@ def test_value_restriction_with_select_from_multiple_subworkflow_inputs(self):
79727972 # Regression test for https://github.com/galaxyproject/galaxy/issues/21602
79737973 # When a workflow input with restrictOnConnections connects to multiple subworkflows,
79747974 # the options should be the intersection of all connected subworkflow options.
7975- workflow_id = self .workflow_populator .upload_yaml_workflow (
7976- """
7975+ workflow_id = self .workflow_populator .upload_yaml_workflow ("""
79777976class: GalaxyWorkflow
79787977inputs:
79797978 Outer input parameter:
@@ -8013,8 +8012,7 @@ def test_value_restriction_with_select_from_multiple_subworkflow_inputs(self):
80138012 in:
80148013 select_ex:
80158014 source: inner input parameter
8016- """
8017- )
8015+ """ )
80188016 with self .dataset_populator .test_history () as history_id :
80198017 run_workflow = self ._download_workflow (workflow_id , style = "run" , history_id = history_id )
80208018 options = run_workflow ["steps" ][0 ]["inputs" ][0 ]["options" ]
You can’t perform that action at this time.
0 commit comments