mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Update got and rollback test workaround
See https://github.com/sindresorhus/got/issues/2448
This commit is contained in:
@@ -15,7 +15,7 @@ describe('Request helpers', function () {
|
||||
|
||||
it('Should throw an error when the bytes limit is exceeded for request', async function () {
|
||||
try {
|
||||
await doRequest(FIXTURE_URLS.transcriptionModels, { bodyKBLimit: 3 })
|
||||
await doRequest(FIXTURE_URLS.file4K, { bodyKBLimit: 3 })
|
||||
} catch {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user