Allow mute intro, outro, preview and add filler

This commit is contained in:
Ajay Ramachandran
2021-11-08 19:22:17 -05:00
parent 0c16448065
commit db48953e39
2 changed files with 7 additions and 6 deletions

View File

@@ -181,14 +181,14 @@ describe("postSkipSegments", () => {
.catch(err => done(err));
});
it("Should not be able to submit an intro with mute action type (JSON method)", (done) => {
it("Should not be able to submit an music_offtopic with mute action type (JSON method)", (done) => {
const videoID = "postSkip4";
postSkipSegmentJSON({
userID: submitUserOne,
videoID,
segments: [{
segment: [0, 10],
category: "intro",
category: "music_offtopic",
actionType: "mute"
}],
})