X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2ed4ec45553b9931f78ca88b694f590102ed2bbd..d7e23d9ae16310f9efe16a6a74ff2fc95ae4ccb4:/services/api/test/fixtures/pipeline_instances.yml diff --git a/services/api/test/fixtures/pipeline_instances.yml b/services/api/test/fixtures/pipeline_instances.yml index 931eb68f60..b5e1bc1c6b 100644 --- a/services/api/test/fixtures/pipeline_instances.yml +++ b/services/api/test/fixtures/pipeline_instances.yml @@ -1,3 +1,23 @@ new_pipeline: - uuid: zzzzz-xxxxx-f4gneyn6br1xize + state: New + uuid: zzzzz-d1hrv-f4gneyn6br1xize owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + +has_component_with_no_script_parameters: + state: Ready + uuid: zzzzz-d1hrv-1xfj6xkicf2muk2 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + components: + foo: + script: foo + script_version: master + script_parameters: {} + +has_component_with_empty_script_parameters: + state: Ready + uuid: zzzzz-d1hrv-jq16l10gcsnyumo + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + components: + foo: + script: foo + script_version: master