fix(elixir): set proper log level for tests
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Joao P Dubas 2023-11-11 20:26:19 +00:00
parent 1eab8b9372
commit 65056df558

View File

@ -16,7 +16,7 @@ config :wabanex, WabanexWeb.Endpoint,
server: false server: false
# Print only warnings and errors during test # Print only warnings and errors during test
config :logger, level: :warn config :logger, level: :warning
config :junit_formatter, config :junit_formatter,
report_file: "test_report.xml", report_file: "test_report.xml",