From 76fc4c92bb39dd5d6f4349482cb57419c0f0f93e Mon Sep 17 00:00:00 2001 From: lain Date: Fri, 7 Jun 2019 17:16:56 +0200 Subject: [PATCH] Fix tests. --- config/test.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, :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,