spec: Add the required 'queue' column to job fixture

Change-Id: I9fbaebbb84e62c3791a60abf89da151df3d9fafd
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/256461
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Wagner Goncalves <wagner.goncalves@instructure.com>
QA-Review: Tucker Mcknight <tmcknight@instructure.com>
Product-Review: Tucker Mcknight <tmcknight@instructure.com>
This commit is contained in:
Tucker McKnight 2021-01-11 13:16:44 -07:00 committed by Tucker Mcknight
parent eb643ad81d
commit f509dd6bb4
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ module CdcFixtures
return Delayed::Backend::ActiveRecord::Job.new(
id: 2,
run_at: Time.zone.now,
queue: 'test',
)
end
end