Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Dec 15, 2023
1 parent 15aafd7 commit 4b25f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/custom_workflow_mailer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_truth
# end

def test_custom_email_template
CustomWorkflowMailer.deliver_custom_email @user2, subject: 'Subject', template_name: 'mailer/my_email',
CustomWorkflowMailer.deliver_custom_email @user2, subject: 'Subject', template_name: 'mailer/test_email',
template_params: { url: Rails.root.to_s }
email = last_email
assert text_part(email).body.include?('Body'), Rails.root.to_s
Expand Down

0 comments on commit 4b25f6b

Please sign in to comment.