1
0
Fork 0

Fix object storage tests

This commit is contained in:
Chocobozzz 2024-09-13 08:48:47 +02:00
parent 520a6a652d
commit 9f672b01a4
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -54,9 +54,9 @@ describe('Object storage for video static file privacy', function () {
const { text } = await makeRawRequest({
url: internalFileUrl,
token: server.accessToken,
expectedStatus: HttpStatusCode.BAD_REQUEST_400
expectedStatus: HttpStatusCode.FORBIDDEN_403
})
expect(text).to.contain('Unsupported Authorization Type')
expect(text).to.contain('AccessDenied')
}
const hls = getHLS(video)