We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ef381 commit 5e3ec89Copy full SHA for 5e3ec89
test/cases/postClearCache.ts
@@ -16,7 +16,7 @@ const users = genUsers("postClearCache", cases);
16
describe("postClearCache", () => {
17
before(async () => {
18
await insertVip(db, users["vip"].pubID);
19
- await insertSegment(db, "clearSegments", "clear-test");
+ await insertSegment(db, "clearSegments", "clear-test", { videoID: "clear-test" });
20
});
21
22
it("Should be able to clear cache for existing video", () =>
0 commit comments