From 3a0c2a77b1a6626699514ddaf8135f4397175443 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 2 May 2023 13:51:06 +0200 Subject: Enable external plugins to test the PR --- server/tests/api/videos/resumable-upload.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api') diff --git a/server/tests/api/videos/resumable-upload.ts b/server/tests/api/videos/resumable-upload.ts index a70a7258b..2fbefb392 100644 --- a/server/tests/api/videos/resumable-upload.ts +++ b/server/tests/api/videos/resumable-upload.ts @@ -79,7 +79,7 @@ describe('Test resumable upload', function () { async function checkFileSize (uploadIdArg: string, expectedSize: number | null) { const uploadId = uploadIdArg.replace(/^upload_id=/, '') - const subPath = join('tmp', 'resumable-uploads', uploadId) + const subPath = join('tmp', 'resumable-uploads', `${rootId}-${uploadId}.mp4`) const filePath = server.servers.buildDirectory(subPath) const exists = await pathExists(filePath) -- cgit v1.2.3