Lint and fix test to match new log message
This commit is contained in:
parent
37297a8482
commit
777a7edc6b
2 changed files with 3 additions and 2 deletions
|
|
@ -34,7 +34,8 @@ defmodule Pleroma.ApplicationRequirements do
|
|||
"Account activation enabled, but no Mailer settings enabled.\nPlease set config :pleroma, :instance, account_activation_required: false\nOtherwise setup and enable Mailer."
|
||||
)
|
||||
|
||||
{:error, "Account activation enabled, but Mailer is disabled. Cannot send confirmation emails."}
|
||||
{:error,
|
||||
"Account activation enabled, but Mailer is disabled. Cannot send confirmation emails."}
|
||||
else
|
||||
:ok
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue