From: lain Date: Fri, 7 Jun 2019 15:16:56 +0000 (+0200) Subject: Fix tests. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=76fc4c92bb39dd5d6f4349482cb57419c0f0f93e;p=akkoma Fix tests. --- diff --git a/config/test.exs b/config/test.exs index 7861b9598..6d4fcf7d0 100644 --- a/config/test.exs +++ b/config/test.exs @@ -27,7 +27,8 @@ config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Test config :pleroma, :instance, email: "admin@example.com", - notify_email: "noreply@example.com" + notify_email: "noreply@example.com", + skip_thread_containment: false # Configure your database config :pleroma, Pleroma.Repo,