[fixup] shorter variable name

This commit is contained in:
David Cook
2025-10-14 12:06:14 +11:00
parent a4ea311439
commit be5a630b9d

View File

@@ -67,7 +67,7 @@ Rails.application.configure do
config.active_support.disallowed_deprecation_warnings = []
# Change to reduce unecessary logging
config.log_level = ENV.fetch("RAILS_TEST_LOG_LEVEL", :debug)
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", :debug)
# Fail tests on deprecated code unless it's a known case to solve.
Rails.application.deprecators.behavior = ->(message, callstack, deprecator) do