X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cffe9566efaa838ada850353dd6e51ec4cc3ebff..e31b4ee6fa3da212239dfb5a2e4761ff51ed0928:/services/api/test/fixtures/pipeline_templates.yml diff --git a/services/api/test/fixtures/pipeline_templates.yml b/services/api/test/fixtures/pipeline_templates.yml index 8579cf66a2..4659da3490 100644 --- a/services/api/test/fixtures/pipeline_templates.yml +++ b/services/api/test/fixtures/pipeline_templates.yml @@ -16,7 +16,6 @@ two_part: required: true dataclass: Collection title: "Foo/bar pair" - description: "Provide a collection containing at least two files." part-two: script: bar script_version: master @@ -165,3 +164,23 @@ template_with_dataclass_file: default: [1,1,2,3,5] array_with_value: # important to test repeating values in the array! value: [1,1,2,3,5] + +pipeline_template_in_publicly_accessible_project: + uuid: zzzzz-p5p6p-tmpltpublicproj + owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0 + created_at: 2014-04-14 12:35:04 -0400 + updated_at: 2014-04-14 12:35:04 -0400 + modified_at: 2014-04-14 12:35:04 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: Pipeline template in publicly accessible project + components: + foo_component: + script: foo + script_version: master + script_parameters: + input: + required: true + dataclass: Collection + title: "default input" + description: "input collection"