]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/live/live-save-replay.ts
Fix tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / live / live-save-replay.ts
index 6cd8cc23f27b25b46ed133eff516dc2aed776a91..757e1184527dfd7a72370afb4da6c45d3ac51f09 100644 (file)
@@ -90,7 +90,7 @@ describe('Save replay setting', function () {
       live: {
         enabled: true,
         allowReplay: true,
-        maxDuration: null,
+        maxDuration: -1,
         transcoding: {
           enabled: false,
           resolutions: {
@@ -99,6 +99,7 @@ describe('Save replay setting', function () {
             '480p': true,
             '720p': true,
             '1080p': true,
+            '1440p': true,
             '2160p': true
           }
         }