diff --git a/config/test.exs b/config/test.exs index 9fc3d05..b9c3b99 100644 --- a/config/test.exs +++ b/config/test.exs @@ -18,6 +18,11 @@ config :magpie, :sql_sandbox, true # Print only warnings and errors during test config :logger, level: :warn +# Need to test it in the test environment. +config :magpie, + :no_basic_auth, + false + # Used for basic_auth config :magpie, :authentication, username: "default",