X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fpeertube-runner%2Fstudio-transcoding.ts;h=400203eb33b2a3f6be827648a0bc2def22814698;hb=cfa61763812954f738f2863948f6707f9fd3aad1;hp=f60b83dbd6a7a32e5c4601d15f39239cd39dd7a0;hpb=476ce1d7f42701cb2ce456b52c27a23ccfcef6d4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/peertube-runner/studio-transcoding.ts b/server/tests/peertube-runner/studio-transcoding.ts index f60b83dbd..400203eb3 100644 --- a/server/tests/peertube-runner/studio-transcoding.ts +++ b/server/tests/peertube-runner/studio-transcoding.ts @@ -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) }) })