Commit b951fe6
committed
test: pass limit query param in limit-only unpaginated test
The test claimed to verify that a bare `?limit=10` request (no `page`)
is handled as unpaginated, but the body sent no query parameters at
all, making it indistinguishable from the earlier "no query params"
test. Bugbot flagged that a future regression where `isPaginated`
also triggered on `limit` would slip past this guard. Send the
intended query parameter so the test verifies its namesake.1 parent 88ce363 commit b951fe6
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
188 | 191 | | |
189 | 192 | | |
190 | 193 | | |
| 194 | + | |
191 | 195 | | |
192 | 196 | | |
193 | 197 | | |
| |||
0 commit comments