Fix config test

pull/3432/head
Chocobozzz 2020-12-08 11:37:24 +01:00
parent a59f210ff3
commit 8e2392e512
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function checkInitialConfig (server: ServerInfo, data: CustomConfig) {
expect(data.live.enabled).to.be.false
expect(data.live.allowReplay).to.be.false
expect(data.live.maxDuration).to.equal(1000 * 3600 * 5)
expect(data.live.maxDuration).to.be.null
expect(data.live.maxInstanceLives).to.equal(20)
expect(data.live.maxUserLives).to.equal(3)
expect(data.live.transcoding.enabled).to.be.false