Commit 05a848a
committed
fix: use correct pagination parameter in list guilds test
The guilds list endpoint uses 'limit' and 'offset' parameters,
not 'pageSize' and 'currentPage'. Update test to match API contract.
This test was sending pageSize=5 but the endpoint ignored it and
used the default limit of 20, causing the assertion to fail.
Also remove unnecessary commit() call from test setup.
Fixes test: TestAPIPaginationConsistency::test_pagination_offset_and_limit1 parent eb9cd45 commit 05a848a
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
491 | 490 | | |
492 | 491 | | |
493 | | - | |
| 492 | + | |
494 | 493 | | |
495 | 494 | | |
496 | 495 | | |
| |||
0 commit comments