getChapterNames

- remove identifier from segmentGen
- add multiGenRandomValue
- add videoInfo query
This commit is contained in:
Michael C
2023-09-27 23:53:18 -04:00
parent 7364499f11
commit 726983bb9b
5 changed files with 55 additions and 57 deletions

View File

@@ -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", { videoID: "clear-test" });
await insertSegment(db, { videoID: "clear-test" });
});
it("Should be able to clear cache for existing video", () =>