fix: tests

This commit is contained in:
2024-09-26 01:35:36 -04:00
parent 75eca0f6bd
commit 7a839cda5a
4 changed files with 638 additions and 2 deletions

View File

@@ -832,3 +832,122 @@ exports[`requests the "/episodes" route with list of episodes from Anify 1`] = `
"success": true,
}
`;
exports[`requests the "/episodes" route with list of episodes from Anify 1`] = `
{
"result": {
"episodes": [
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=103233",
"img": null,
"number": 1,
"rating": null,
"title": "Mission: Forgetter I",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=103632",
"img": null,
"number": 2,
"rating": null,
"title": "Mission: Forgetter II",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=104244",
"img": null,
"number": 3,
"rating": null,
"title": "Mission: Forgetter III",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=104620",
"img": null,
"number": 4,
"rating": null,
"title": "Mission: Forgetter IV",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=104844",
"img": null,
"number": 5,
"rating": null,
"title": "File: Glint",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=105761",
"img": null,
"number": 6,
"rating": null,
"title": "File: Dreamspeaker Thea",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=106135",
"img": null,
"number": 7,
"rating": null,
"title": "File: Forgetter Annette",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=106518",
"img": null,
"number": 8,
"rating": null,
"title": "Mission: Dreamspeaker I",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=106606",
"img": null,
"number": 9,
"rating": null,
"title": "Mission: Dreamspeaker II",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=106981",
"img": null,
"number": 10,
"rating": null,
"title": "Mission: Dreamspeaker III",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=107176",
"img": null,
"number": 11,
"rating": null,
"title": "Mission: Dreamspeaker IV",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=107247",
"img": null,
"number": 12,
"rating": null,
"title": "File: Flower Garden Lily",
"updatedAt": 0,
},
],
"providerId": "zoro",
},
"success": true,
}
`;

View File

@@ -29,8 +29,6 @@ describe('requests the "/episodes/:id/url" route', () => {
"https://proxy.anify.tv/video/8CLGIJg8G3k%252BH%252BYV9xyOYVGZ8al8uZqqtbXk44wKRco%252BGATkCrqlkgdRiam3owmOU4f2MAB89GOblOuZbxifwbGsjvp32uxhRC4kZVYrWnZmP%252FrLxtqwi0n6zY%252BvrffUh6dbg6DADSLCWhd2bNUUIg%253D%253D/%7B%7D/.m3u8",
subtitles: [],
audio: [],
intro: [0, 0],
outro: [0, 0],
},
});
});