From 19c82c76bad463ee42e1e20a76d1437aa55a8b78 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 13 Oct 2020 15:06:00 +0200 Subject: [PATCH] Debug errors in test mode as well Signed-off-by: Thomas Citharel --- config/test.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/config/test.exs b/config/test.exs index 794d4773d..8c4ac30d3 100644 --- a/config/test.exs +++ b/config/test.exs @@ -14,6 +14,7 @@ config :mobilizon, Mobilizon.Web.Endpoint, host: "mobilizon.test", scheme: "http" ], + debug_errors: true, secret_key_base: "some secret", server: false