diff options
author | lain <lain@soykaf.club> | 2019-06-07 17:16:56 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-06-07 17:16:56 +0200 |
commit | 76fc4c92bb39dd5d6f4349482cb57419c0f0f93e (patch) | |
tree | 586156e7275870095563629816e91513b8c207a9 | |
parent | 593b8b1e6a8502cca9bf5559b8bec86f172bbecb (diff) | |
download | pleroma-76fc4c92bb39dd5d6f4349482cb57419c0f0f93e.tar.gz |
Fix tests.
-rw-r--r-- | config/test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
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, |