Commit 40b9cb0
committed
Fix broken tests for older Rails versions
doorkeeper-gem#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.1 parent a02cd99 commit 40b9cb0
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments