aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-24 10:13:09 +0200
committerChocobozzz <me@florianbigard.com>2022-06-24 10:13:09 +0200
commitc3fb12b31f8367394df4eb5718e4059e167782d8 (patch)
tree69ef050b5b50973f06038a149143440693237fd5 /server
parent087c7118f5c4c086949bd2db7b244f9a110a0278 (diff)
downloadPeerTube-c3fb12b31f8367394df4eb5718e4059e167782d8.tar.gz
PeerTube-c3fb12b31f8367394df4eb5718e4059e167782d8.tar.zst
PeerTube-c3fb12b31f8367394df4eb5718e4059e167782d8.zip
Fix lint
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/live/live-fast-restream.ts2
1 files changed, 1 insertions, 1 deletions
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 () {
102 before(async function () { 102 before(async function () {
103 this.timeout(120000) 103 this.timeout(120000)
104 104
105 const env = { 'PEERTUBE_TEST_CONSTANTS_VIDEO_LIVE_CLEANUP_DELAY': '10000' } 105 const env = { PEERTUBE_TEST_CONSTANTS_VIDEO_LIVE_CLEANUP_DELAY: '10000' }
106 server = await createSingleServer(1, {}, { env }) 106 server = await createSingleServer(1, {}, { env })
107 107
108 // Get the access tokens 108 // Get the access tokens