Commit e3c6ea3a authored by John Chilton's avatar John Chilton
Browse files

Tweak API tests for small test tool tweaks.

parent 7304573e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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):