X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fb3c02b38a24cda422de95f2f8b49002b841cc72..23bfb867e544d4c470802ca775da593779bffdc1:/services/api/test/fixtures/job_tasks.yml diff --git a/services/api/test/fixtures/job_tasks.yml b/services/api/test/fixtures/job_tasks.yml index c63aac0b60..4aded535a3 100644 --- a/services/api/test/fixtures/job_tasks.yml +++ b/services/api/test/fixtures/job_tasks.yml @@ -1,11 +1,11 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html +running_job_task_1: + uuid: zzzzz-ot0gb-runningjobtask1 + owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso + created_at: <%= 3.minute.ago.to_s(:db) %> + job_uuid: zzzzz-8i9sb-with2components -# 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 +running_job_task_2: + uuid: zzzzz-ot0gb-runningjobtask2 + owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso + created_at: <%= 3.minute.ago.to_s(:db) %> + job_uuid: zzzzz-8i9sb-with2components