mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 21:46:24 +02:00
Add rake task optional args
This commit is contained in:
parent
be0ac715b1
commit
b1afdbf50e
4 changed files with 39 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue