aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/application_requirements_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/application_requirements_test.exs b/test/application_requirements_test.exs
index 8c92be290..fc609d174 100644
--- a/test/application_requirements_test.exs
+++ b/test/application_requirements_test.exs
@@ -26,7 +26,7 @@ defmodule Pleroma.ApplicationRequirementsTest do
Pleroma.Config.put([Pleroma.Emails.Mailer, :enabled], false)
assert_raise Pleroma.ApplicationRequirements.VerifyError,
- "Confirmation account: Mailer is disabled",
+ "Account activation enabled, but Mailer is disabled. Cannot send confirmation emails.",
fn ->
capture_log(&Pleroma.ApplicationRequirements.verify!/0)
end