From cfa61763812954f738f2863948f6707f9fd3aad1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 May 2023 14:35:03 +0200 Subject: Fix runner cleanup test --- server/tests/peertube-runner/studio-transcoding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/peertube-runner/studio-transcoding.ts') 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) }) }) -- cgit v1.2.3