aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-07-14 13:15:37 -0500
committerMark Felder <feld@FreeBSD.org>2020-07-14 13:15:37 -0500
commit777a7edc6b4bf8b9e0ff3b86bdb780f8f2ae2610 (patch)
tree8a53c9b19fb35614657aec1bf58a5566d2e09205 /test
parent37297a8482eedbb0a3adab2748b3e76401d87e4a (diff)
downloadpleroma-777a7edc6b4bf8b9e0ff3b86bdb780f8f2ae2610.tar.gz
Lint and fix test to match new log message
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