mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix object storage tests
This commit is contained in:
parent
520a6a652d
commit
9f672b01a4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user