From 34555bebf8e2a2caf2cb1cfd85280d140fcc3802 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Jul 2023 11:39:59 +0200 Subject: Migrate from webseed to web-videos --- server/tests/api/object-storage/video-static-file-privacy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests/api/object-storage') diff --git a/server/tests/api/object-storage/video-static-file-privacy.ts b/server/tests/api/object-storage/video-static-file-privacy.ts index 18d30a2f5..64ab542a5 100644 --- a/server/tests/api/object-storage/video-static-file-privacy.ts +++ b/server/tests/api/object-storage/video-static-file-privacy.ts @@ -39,7 +39,7 @@ describe('Object storage for video static file privacy', function () { const video = await server.videos.getWithToken({ id: uuid }) for (const file of video.files) { - expectStartWith(file.fileUrl, server.url + '/object-storage-proxy/webseed/private/') + expectStartWith(file.fileUrl, server.url + '/object-storage-proxy/web-videos/private/') await makeRawRequest({ url: file.fileUrl, token: server.accessToken, expectedStatus: HttpStatusCode.OK_200 }) } @@ -538,7 +538,7 @@ describe('Object storage for video static file privacy', function () { const hlsFilename = extractFilenameFromUrl(getHLS(privateVideo).files[0].fileUrl) await makeRawRequest({ - url: server.url + '/object-storage-proxy/webseed/private/' + webVideoFilename, + url: server.url + '/object-storage-proxy/web-videos/private/' + webVideoFilename, token: server.accessToken, expectedStatus: HttpStatusCode.BAD_REQUEST_400 }) -- cgit v1.2.3