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/videos/video-static-file-privacy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/videos/video-static-file-privacy.ts') diff --git a/server/tests/api/videos/video-static-file-privacy.ts b/server/tests/api/videos/video-static-file-privacy.ts index ec4c697db..0a9864134 100644 --- a/server/tests/api/videos/video-static-file-privacy.ts +++ b/server/tests/api/videos/video-static-file-privacy.ts @@ -41,7 +41,7 @@ describe('Test video static file privacy', function () { for (const file of video.files) { expect(file.fileDownloadUrl).to.not.include('/private/') - expectStartWith(file.fileUrl, server.url + '/static/webseed/private/') + expectStartWith(file.fileUrl, server.url + '/static/web-videos/private/') const torrent = await parseTorrentVideo(server, file) expect(torrent.urlList).to.have.lengthOf(0) -- cgit v1.2.3