Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken tests for older Rails versions
#1736 broke tests for Rails < 7.1 because these versions compared `config.action_dispatch.show_exceptions == false`. Conditionally set this value in the test set up to fix the broken tests.
- Loading branch information