fix(indexer): restore YemaPT search page size

This commit is contained in:
jxxghp
2026-08-03 18:10:43 +08:00
parent d625196b08
commit f25ee25bb0
3 changed files with 8 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ def test_yemapt_search_uses_open_api_auth_and_maps_fields(monkeypatch):
"url": "https://www.yemapt.org/openApi/torrent/fetchOpenTorrentList.json",
"json": {
"keyword": "Movie",
"pageParam": {"current": 3, "pageSize": 100},
"pageParam": {"current": 3, "pageSize": 40},
"sorter": {},
},
"headers": {