mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
add videoID for segment inserter
This commit is contained in:
parent
a9ef3815e2
commit
5e3ec895d8
1 changed files with 1 additions and 1 deletions
|
@ -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", () =>
|
||||
|
|
Loading…
Reference in a new issue