Commit d7b03ca
committed
Remove limit param from scanList in test
Simplify PredicateTest by calling wrapper.scanList("statuses=Completed") instead of including an explicit &limit=50. This makes the test rely on the API/default pagination behavior and avoids hard-coding a limit that could mask results or cause brittle test failures when the API's default changes.1 parent 23bae4c commit d7b03ca
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments