aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-31 09:55:09 +0100
committerChocobozzz <me@florianbigard.com>2022-10-31 09:55:09 +0100
commite8299615c198c3d814123f823761f78f61a6c599 (patch)
tree2348192162bd76639443e5e0c3954e3796eb625e /server
parent3a58ab452d0c446c248c7312a04baa39a66d8f5e (diff)
downloadPeerTube-e8299615c198c3d814123f823761f78f61a6c599.tar.gz
PeerTube-e8299615c198c3d814123f823761f78f61a6c599.tar.zst
PeerTube-e8299615c198c3d814123f823761f78f61a6c599.zip
Fix CI
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/object-storage/video-static-file-privacy.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/object-storage/video-static-file-privacy.ts b/server/tests/api/object-storage/video-static-file-privacy.ts
index ea5bdd0a8..62edd10ba 100644
--- a/server/tests/api/object-storage/video-static-file-privacy.ts
+++ b/server/tests/api/object-storage/video-static-file-privacy.ts
@@ -347,7 +347,7 @@ describe('Object storage for video static file privacy', function () {
347 await server.kill() 347 await server.kill()
348 348
349 const config = ObjectStorageCommand.getDefaultScalewayConfig({ 349 const config = ObjectStorageCommand.getDefaultScalewayConfig({
350 serverNumber: server.internalServerNumber, 350 serverNumber: 1,
351 enablePrivateProxy: false, 351 enablePrivateProxy: false,
352 privateACL: 'public-read' 352 privateACL: 'public-read'
353 }) 353 })
@@ -394,7 +394,7 @@ describe('Object storage for video static file privacy', function () {
394 } 394 }
395 395
396 for (const v of data) { 396 for (const v of data) {
397 await server.servers.waitUntilLog('Removed files of video ' + v.url, 1, true) 397 await server.servers.waitUntilLog('Removed files of video ' + v.url)
398 } 398 }
399 399
400 await cleanupTests([ server ]) 400 await cleanupTests([ server ])