]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/live/live-constraints.ts
Move typescript utils in its own directory
[github/Chocobozzz/PeerTube.git] / server / tests / api / live / live-constraints.ts
index 4acde3cc55af033a1dbcfb8c1cc9dc6b0f6545c0..6a6a11796f86cb3180c51f0a03b4d6b47119b4a3 100644 (file)
@@ -168,7 +168,7 @@ describe('Test live constraints', function () {
     await waitUntilLivePublishedOnAllServers(userVideoLiveoId)
     await waitJobs(servers)
 
-    await checkSaveReplay(userVideoLiveoId, [ 720, 480, 360, 240 ])
+    await checkSaveReplay(userVideoLiveoId, [ 720, 480, 360, 240, 144 ])
   })
 
   after(async function () {