X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fb3c02b38a24cda422de95f2f8b49002b841cc72..293b52241445edf9eb86e0a0f9b63fccc3aa7fbd:/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 c63aac0b60..b5e1bc1c6b 100644 --- a/services/api/test/fixtures/pipeline_instances.yml +++ b/services/api/test/fixtures/pipeline_instances.yml @@ -1,11 +1,23 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html +new_pipeline: + state: New + uuid: zzzzz-d1hrv-f4gneyn6br1xize + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz -# This model initially had no columns defined. If you add columns to the -# model remove the '{}' from the fixture names and add the columns immediately -# below each fixture, per the syntax in the comments below -# -one: {} -# column: value -# -two: {} -# column: value +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