mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix lint
This commit is contained in:
parent
087c7118f5
commit
c3fb12b31f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user