mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 22:47:12 +03:00
add videoID for segment inserter
This commit is contained in:
@@ -16,7 +16,7 @@ const users = genUsers("postClearCache", cases);
|
||||
describe("postClearCache", () => {
|
||||
before(async () => {
|
||||
await insertVip(db, users["vip"].pubID);
|
||||
await insertSegment(db, "clearSegments", "clear-test");
|
||||
await insertSegment(db, "clearSegments", "clear-test", { videoID: "clear-test" });
|
||||
});
|
||||
|
||||
it("Should be able to clear cache for existing video", () =>
|
||||
|
||||
Reference in New Issue
Block a user