Skip to content

Commit

Permalink
Merge pull request #548 from agrare/generic_mailer_deliver_bang
Browse files Browse the repository at this point in the history
GenericMailer async deliver uses deliver!
  • Loading branch information
Fryguy committed May 24, 2024
2 parents 42900ec + 53faf41 commit 5c98199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def invoke_ae
stub_const('MiqAeMethodService::MiqAeServiceMethods::SYNCHRONOUS', false)
expect(MiqQueue).to receive(:put).with({
:class_name => 'GenericMailer',
:method_name => "deliver",
:method_name => "deliver!",
:args => [:automation_notification, options],
:role => "notifier"
}).once
Expand Down

0 comments on commit 5c98199

Please sign in to comment.