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