diff --git a/src/routes/postSkipSegments.ts b/src/routes/postSkipSegments.ts index 47221ac..b6d6947 100644 --- a/src/routes/postSkipSegments.ts +++ b/src/routes/postSkipSegments.ts @@ -555,7 +555,8 @@ export async function postSkipSegments(req: Request, res: Response): Promise { it("Should return the hashed value", () => { assert.strictEqual( - getSubmissionUUID("video001" as VideoID, "sponsor" as Category, "skip" as ActionType, "testuser001" as UserID, 13.33337, 42.000001, Service.YouTube), - "2a473bca993dd84d8c2f6a4785989b20948dfe0c12c00f6f143bbda9ed561dca6"); + getSubmissionUUID("video001" as VideoID, "sponsor" as Category, "skip" as ActionType, "", "testuser001" as UserID, 13.33337, 42.000001, Service.YouTube), + "2a473bca993dd84d8c2f6a4785989b20948dfe0c12c00f6f143bbda9ed561dca7"); }); });