From a01c8c5a88debc7f9e0c7e2865a33acb9633acab Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Thu, 3 Nov 2022 10:37:49 +0100 Subject: [PATCH] Use _run_jobs instead of _run_workflows --- lib/galaxy_test/api/test_workflows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy_test/api/test_workflows.py b/lib/galaxy_test/api/test_workflows.py index 76aaf2ef8a94..4e719cb6bc95 100644 --- a/lib/galaxy_test/api/test_workflows.py +++ b/lib/galaxy_test/api/test_workflows.py @@ -1325,7 +1325,7 @@ def test_comma_separated_columns_with_trailing_newline(self): # In this case the newline may have been added by the workflow editor # text field that is used for data_column parameters with self.dataset_populator.test_history() as history_id: - job_summary = self._run_workflow( + job_summary = self._run_jobs( """class: GalaxyWorkflow steps: empty_output: