Skip to content

Commit

Permalink
Fix a test of webhook using a locale having a 'host' variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ozovalihasan committed Nov 26, 2024
1 parent d7ad697 commit 2675442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/avo/web_hooks_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ class Avo::WebHooksSystemTest < ApplicationSystemTestCase

perform_enqueued_jobs only: ActionMailer::MailDeliveryJob

assert_equal I18n.t("mailer.web_hook_deleted.subject"), last_email.subject
assert_equal I18n.t("mailer.web_hook_deleted.subject", host: Gemcutter::HOST_DISPLAY), last_email.subject
end
end

0 comments on commit 2675442

Please sign in to comment.