From c57ad141a9ffb67f8e7d087b92eaacd2b653b562 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Jul 2023 09:52:14 +0200 Subject: Rename webtorrent config to web_videos --- server/tests/plugins/filter-hooks.ts | 2 +- server/tests/plugins/plugin-transcoding.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests/plugins') diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts index a02a53c50..a75a8c8fa 100644 --- a/server/tests/plugins/filter-hooks.ts +++ b/server/tests/plugins/filter-hooks.ts @@ -493,7 +493,7 @@ describe('Test plugin filter hooks', function () { await servers[0].config.updateCustomSubConfig({ newConfig: { transcoding: { - webtorrent: { + webVideos: { enabled: true }, hls: { diff --git a/server/tests/plugins/plugin-transcoding.ts b/server/tests/plugins/plugin-transcoding.ts index f3d929426..21f82fbac 100644 --- a/server/tests/plugins/plugin-transcoding.ts +++ b/server/tests/plugins/plugin-transcoding.ts @@ -35,7 +35,7 @@ function updateConf (server: PeerTubeServer, vodProfile: string, liveProfile: st hls: { enabled: true }, - webtorrent: { + webVideos: { enabled: true }, resolutions: { -- cgit v1.2.3