pull/5386/head
Chocobozzz 2022-10-31 09:55:09 +01:00
parent 3a58ab452d
commit e8299615c1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -347,7 +347,7 @@ describe('Object storage for video static file privacy', function () {
await server.kill()
const config = ObjectStorageCommand.getDefaultScalewayConfig({
serverNumber: server.internalServerNumber,
serverNumber: 1,
enablePrivateProxy: false,
privateACL: 'public-read'
})
@ -394,7 +394,7 @@ describe('Object storage for video static file privacy', function () {
}
for (const v of data) {
await server.servers.waitUntilLog('Removed files of video ' + v.url, 1, true)
await server.servers.waitUntilLog('Removed files of video ' + v.url)
}
await cleanupTests([ server ])