Add rake task optional args

This commit is contained in:
Thiago Youssef 2022-05-03 13:43:19 +03:00
parent be0ac715b1
commit b1afdbf50e
4 changed files with 39 additions and 18 deletions

View file

@ -540,7 +540,7 @@ class ForceDeleteTest < ActionMailer::TestCase
def perform_check_force_delete_job(contact_id)
perform_enqueued_jobs do
ValidationEventCheckForceDeleteJob.perform_now(contact_id)
ValidationEventCheckForceDeleteJob.perform_now([contact_id])
end
end
end