Loading lib/galaxy_test/api/test_workflows.py +2 −2 Original line number Diff line number Diff line Loading @@ -1518,10 +1518,10 @@ steps: workflow_id = self._upload_yaml_workflow(WORKFLOW_LIST_PAIRED_INPUT_TO_TYPE_SOURCE) downloaded_workflow = self._download_workflow(workflow_id, style="editor") steps = downloaded_workflow["steps"] assert len(steps) == 2 assert len(steps) == 3 # Non-subworkflow collection_type_source tools will be handled by the client, # so collection_type should be None here. assert steps["1"]["outputs"][0]["collection_type"] is None assert steps["2"]["outputs"][0]["collection_type"] is None @skip_without_tool("collection_type_source") def test_export_editor_subworkflow_collection_type_source(self): Loading Loading
lib/galaxy_test/api/test_workflows.py +2 −2 Original line number Diff line number Diff line Loading @@ -1518,10 +1518,10 @@ steps: workflow_id = self._upload_yaml_workflow(WORKFLOW_LIST_PAIRED_INPUT_TO_TYPE_SOURCE) downloaded_workflow = self._download_workflow(workflow_id, style="editor") steps = downloaded_workflow["steps"] assert len(steps) == 2 assert len(steps) == 3 # Non-subworkflow collection_type_source tools will be handled by the client, # so collection_type should be None here. assert steps["1"]["outputs"][0]["collection_type"] is None assert steps["2"]["outputs"][0]["collection_type"] is None @skip_without_tool("collection_type_source") def test_export_editor_subworkflow_collection_type_source(self): Loading