Skip to content

Commit

Permalink
Using guid for template value
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Sep 3, 2024
1 parent 7fd9b59 commit bc18745
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/mailers/application_mailer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
}

def test_notify_error
view_mail("testGOVUK_NOTIFY_TEMPLATE_ID_APPLICATION", to: "[email protected]", subject: "Some subject")
view_mail(
ApplicationMailer::GOVUK_NOTIFY_TEMPLATE_ID,
to: "[email protected]",
subject: "Some subject",
)
end
end

Expand Down

0 comments on commit bc18745

Please sign in to comment.