Not show debug level messages when runnin mix test

I’m learning an opensource project and while running mix test it generates messages for debug level. Looking at the config
here

it shouldn’t

# Print only warnings and errors during test
config :logger, level: :warning

I’m running the test using path to file if that makes a difference
i.e.

mix test path/to/test

How do I get it not show debug?