Downgrade usage of retries.

This commit reverts:

f7363549ac
76b050a607
8dc52cdbed
This commit is contained in:
Federico Builes
2023-11-08 08:35:44 +01:00
parent 9f45b2463b
commit ded987cb3b
3 changed files with 5 additions and 10 deletions
+1 -2
View File
@@ -24,7 +24,6 @@ test('it properly catches RequestError type', async () => {
headRef: 'refs/heads/master'
})
} catch (error) {
const err = error as RequestError
expect(err.status).toBe(401)
expect(error).toBeInstanceOf(RequestError)
}
})