mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-01-31 23:01:01 +03:00
add innertube tests for private videos
This commit is contained in:
@@ -46,4 +46,9 @@ describe("innertube API test", function() {
|
||||
const videoDetail = await getVideoDetails(videoID);
|
||||
assert.ok(videoDetail);
|
||||
});
|
||||
it("Should not fail when getting data for private video", async function () {
|
||||
const privateVideoId = "ZuibAax0VD8";
|
||||
const videoDetail = await getVideoDetails(privateVideoId);
|
||||
assert.ok(videoDetail);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user