From e0db5c24b05b6d3763e70d03e59ad5b643457846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 3 Aug 2022 14:32:32 +0200 Subject: [PATCH] :warn -> :warning --- config/test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/test.exs b/config/test.exs index 6ac5ea2b8..f0855b14a 100644 --- a/config/test.exs +++ b/config/test.exs @@ -9,7 +9,7 @@ config :livebook, LivebookWeb.Endpoint, config :livebook, :iframe_port, 4003 # Print only warnings and errors during test -config :logger, level: :warn +config :logger, level: :warning # Disable authentication mode during test config :livebook, :authentication_mode, :disabled