X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Femails%2Fmailer_test.exs;h=e6e34cba8a3eba3f9efc98cb6ae2f9091e8b3cb5;hb=992deaa09bea1ed30f5a0e8bc357e27e4fd45be4;hp=2425c85dd38469aca08779b7e6bbb7f68729dce8;hpb=0e280354d9c425ecaa02cb582fcb051536c8181b;p=akkoma diff --git a/test/emails/mailer_test.exs b/test/emails/mailer_test.exs index 2425c85dd..e6e34cba8 100644 --- a/test/emails/mailer_test.exs +++ b/test/emails/mailer_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors +# Copyright © 2017-2020 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Emails.MailerTest do @@ -14,8 +14,7 @@ defmodule Pleroma.Emails.MailerTest do subject: "Pleroma test email", to: [{"Test User", "user1@example.com"}] } - - clear_config([Pleroma.Emails.Mailer, :enabled]) + setup do: clear_config([Pleroma.Emails.Mailer, :enabled]) test "not send email when mailer is disabled" do Pleroma.Config.put([Pleroma.Emails.Mailer, :enabled], false)