forked from shibao/cannery
fix test mode warning
This commit is contained in:
parent
e843014502
commit
31024dcc0d
@ -26,7 +26,7 @@ config :cannery, Cannery.Mailer, adapter: Swoosh.Adapters.Test
|
|||||||
config :cannery, Cannery.Accounts, registration: "public"
|
config :cannery, Cannery.Accounts, registration: "public"
|
||||||
|
|
||||||
# Print only warnings and errors during test
|
# Print only warnings and errors during test
|
||||||
config :logger, level: :warn
|
config :logger, level: :warning
|
||||||
|
|
||||||
# Initialize plugs at runtime for faster test compilation
|
# Initialize plugs at runtime for faster test compilation
|
||||||
config :phoenix, :plug_init_mode, :runtime
|
config :phoenix, :plug_init_mode, :runtime
|
||||||
|
Loading…
Reference in New Issue
Block a user