aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/peertube-runner/live-transcoding.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/peertube-runner/live-transcoding.ts')
-rw-r--r--server/tests/peertube-runner/live-transcoding.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/peertube-runner/live-transcoding.ts b/server/tests/peertube-runner/live-transcoding.ts
index c56f4cd84..17e1f3078 100644
--- a/server/tests/peertube-runner/live-transcoding.ts
+++ b/server/tests/peertube-runner/live-transcoding.ts
@@ -178,7 +178,7 @@ describe('Test Live transcoding in peertube-runner program', function () {
178 describe('Check cleanup', function () { 178 describe('Check cleanup', function () {
179 179
180 it('Should have an empty cache directory', async function () { 180 it('Should have an empty cache directory', async function () {
181 await checkPeerTubeRunnerCacheIsEmpty() 181 await checkPeerTubeRunnerCacheIsEmpty(peertubeRunner)
182 }) 182 })
183 }) 183 })
184 184