Skip to content

Commit 5e3ec89

Browse files
committed
add videoID for segment inserter
1 parent a9ef381 commit 5e3ec89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/postClearCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const users = genUsers("postClearCache", cases);
1616
describe("postClearCache", () => {
1717
before(async () => {
1818
await insertVip(db, users["vip"].pubID);
19-
await insertSegment(db, "clearSegments", "clear-test");
19+
await insertSegment(db, "clearSegments", "clear-test", { videoID: "clear-test" });
2020
});
2121

2222
it("Should be able to clear cache for existing video", () =>

0 commit comments

Comments
 (0)