Commit c3c16b0
committed
Fix a test that was failing because of
Rack::QueryParser::QueryLimitError: total number of query parameters (20001) exceeds limit (4096)
This was introduced in rack 3.1.14, see https://github.com/rack/rack/blob/main/CHANGELOG.md#3114---2025-05-061 parent 26c5980 commit c3c16b0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments