From c3fb12b31f8367394df4eb5718e4059e167782d8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 24 Jun 2022 10:13:09 +0200 Subject: [PATCH] Fix lint --- server/tests/api/live/live-fast-restream.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/api/live/live-fast-restream.ts b/server/tests/api/live/live-fast-restream.ts index b524cbe7f..fb4ae147c 100644 --- a/server/tests/api/live/live-fast-restream.ts +++ b/server/tests/api/live/live-fast-restream.ts @@ -102,7 +102,7 @@ describe('Fast restream in live', function () { before(async function () { this.timeout(120000) - const env = { 'PEERTUBE_TEST_CONSTANTS_VIDEO_LIVE_CLEANUP_DELAY': '10000' } + const env = { PEERTUBE_TEST_CONSTANTS_VIDEO_LIVE_CLEANUP_DELAY: '10000' } server = await createSingleServer(1, {}, { env }) // Get the access tokens