Skip to content

Commit 31a73e5

Browse files
authored
Merge pull request #21723 from mvdbeek/fix_test_formatting
[26.0] Fix `test_value_restriction_with_select_from_multiple_subworkflow_inputs` formatting
2 parents d819bb4 + 6f7610a commit 31a73e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/galaxy_test/api/test_workflows.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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("""
79777976
class: GalaxyWorkflow
79787977
inputs:
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"]

0 commit comments

Comments
 (0)