diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-08 11:37:24 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-08 11:37:24 +0100 |
commit | 8e2392e512f2652267b5483a17ce12f6deb645b8 (patch) | |
tree | 2695d020fe74ae4f5fe7ff5c1c0a57c655471bf9 /server/tests/api | |
parent | a59f210ff3a4cc87dd19aeaaf0f43f63a8310791 (diff) | |
download | PeerTube-8e2392e512f2652267b5483a17ce12f6deb645b8.tar.gz PeerTube-8e2392e512f2652267b5483a17ce12f6deb645b8.tar.zst PeerTube-8e2392e512f2652267b5483a17ce12f6deb645b8.zip |
Fix config test
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/server/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/config.ts b/server/tests/api/server/config.ts index c4dcfd96c..eb51d8909 100644 --- a/server/tests/api/server/config.ts +++ b/server/tests/api/server/config.ts | |||
@@ -80,7 +80,7 @@ function checkInitialConfig (server: ServerInfo, data: CustomConfig) { | |||
80 | 80 | ||
81 | expect(data.live.enabled).to.be.false | 81 | expect(data.live.enabled).to.be.false |
82 | expect(data.live.allowReplay).to.be.false | 82 | expect(data.live.allowReplay).to.be.false |
83 | expect(data.live.maxDuration).to.equal(1000 * 3600 * 5) | 83 | expect(data.live.maxDuration).to.be.null |
84 | expect(data.live.maxInstanceLives).to.equal(20) | 84 | expect(data.live.maxInstanceLives).to.equal(20) |
85 | expect(data.live.maxUserLives).to.equal(3) | 85 | expect(data.live.maxUserLives).to.equal(3) |
86 | expect(data.live.transcoding.enabled).to.be.false | 86 | expect(data.live.transcoding.enabled).to.be.false |