Update got and rollback test workaround

See https://github.com/sindresorhus/got/issues/2448
This commit is contained in:
Chocobozzz
2026-05-07 09:24:40 +02:00
parent 4269c93a24
commit 2b6898381a
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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
}