mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-10 16:04:37 +08:00
fix(indexer): restore YemaPT search page size
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user