]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/live/live-constraints.ts
Correctly delete live files from object storage
[github/Chocobozzz/PeerTube.git] / server / tests / api / live / live-constraints.ts
index 64ef73a2ac7bcbe71c42fa64c2507f91595fded2..c82585a9e252c260d85499d8add2fc5e81cdbde2 100644 (file)
@@ -49,7 +49,7 @@ describe('Test live constraints', function () {
       expect(video.duration).to.be.greaterThan(0)
     }
 
-    await checkLiveCleanup(servers[0], videoId, resolutions)
+    await checkLiveCleanup({ server: servers[0], permanent: false, videoUUID: videoId, savedResolutions: resolutions })
   }
 
   function updateQuota (options: { total: number, daily: number }) {