]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/peertube-runner/live-transcoding.ts
Fix runner cleanup test
[github/Chocobozzz/PeerTube.git] / server / tests / peertube-runner / live-transcoding.ts
index c56f4cd84f676f1a48d348f770ad2ad16d0c0540..17e1f3078080d704e38d3ad1eb226de1e7f77180 100644 (file)
@@ -178,7 +178,7 @@ describe('Test Live transcoding in peertube-runner program', function () {
   describe('Check cleanup', function () {
 
     it('Should have an empty cache directory', async function () {
-      await checkPeerTubeRunnerCacheIsEmpty()
+      await checkPeerTubeRunnerCacheIsEmpty(peertubeRunner)
     })
   })