X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/73e28547278ddff84847c12ad7f926e717ae553a..6c8ba53502c29dc9174291c04f3c7bc84777f9cc:/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..aa353952a9 100644 --- a/services/api/test/fixtures/pipeline_instances.yml +++ b/services/api/test/fixtures/pipeline_instances.yml @@ -1,3 +1,20 @@ new_pipeline: - uuid: zzzzz-xxxxx-f4gneyn6br1xize + uuid: zzzzz-d1hrv-f4gneyn6br1xize owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + +has_component_with_no_script_parameters: + uuid: zzzzz-d1hrv-1xfj6xkicf2muk2 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + components: + foo: + script: foo + script_version: master + script_parameters: {} + +has_component_with_empty_script_parameters: + uuid: zzzzz-d1hrv-jq16l10gcsnyumo + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + components: + foo: + script: foo + script_version: master