Skip to content

Commit

Permalink
Fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Jul 3, 2024
1 parent 62544e6 commit 548d62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registrations/config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ config :registrations, RegistrationsWeb.Endpoint,
server: true

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

# Configure your database
config :registrations, Registrations.Repo,
Expand Down

0 comments on commit 548d62b

Please sign in to comment.