mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04:00
fix build
This commit is contained in:
parent
1e57bbf5c8
commit
aa5ea719ee
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ describe Jobs::PollMailbox do
|
|||
incoming_email = IncomingEmail.last
|
||||
|
||||
expect(incoming_email.rejection_message).to eq(
|
||||
I18n.t("email.incoming.errors.bounced_email_report")
|
||||
I18n.t("email.incoming.errors.bounced_email_error")
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue