jobs: fix failures in /jobs controller.
Fix errors with searching for and retrying jobs on the /jobs page caused by the upgrade to GoodJob 3.0.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FactoryBot.define do
|
||||
factory :good_job, class: GoodJob::ActiveJobJob do
|
||||
factory :good_job, class: GoodJob::Job do
|
||||
transient do
|
||||
job { VacuumDatabaseJob.new }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user