mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
FIX: Email template for "Queued Posts Reminder" was not found
This commit is contained in:
@ -303,4 +303,9 @@ RSpec.describe Admin::EmailTemplatesController do
|
||||
|
||||
end
|
||||
|
||||
it "uses only existing email templates" do
|
||||
Admin::EmailTemplatesController.email_keys.each do |key|
|
||||
expect(I18n.t(key)).to_not include('translation missing')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user