fix warning in tests

This commit is contained in:
shibao 2023-11-04 22:20:06 -04:00
parent be01723be2
commit 50af86798a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ config :memex, Memex.Mailer, adapter: Swoosh.Adapters.Test
config :memex, Memex.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