diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/object-storage/video-static-file-privacy.ts | 4 |
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 ]) |