From 31024dcc0d7c3c20d17223e6d007f7549b4ce667 Mon Sep 17 00:00:00 2001 From: shibao Date: Fri, 23 Feb 2024 21:16:46 -0500 Subject: [PATCH] fix test mode warning --- config/test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/test.exs b/config/test.exs index caed05b..6543239 100644 --- a/config/test.exs +++ b/config/test.exs @@ -26,7 +26,7 @@ config :cannery, Cannery.Mailer, adapter: Swoosh.Adapters.Test config :cannery, Cannery.Accounts, registration: "public" # Print only warnings and errors during test -config :logger, level: :warn +config :logger, level: :warning # Initialize plugs at runtime for faster test compilation config :phoenix, :plug_init_mode, :runtime