Respect provider rate limits and preserve bank connections on throttling
This commit is contained in:
@@ -290,7 +290,7 @@ func TestUnsafeMerchantProposalRejected(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestProviderErrorsNeverRelaxPolicyOrEchoResponse(t *testing.T) {
|
||||
for _, status := range []int{302, 400, 401, 404, 429, 500, 503} {
|
||||
for _, status := range []int{302, 400, 401, 402, 403, 404, 500, 503} {
|
||||
t.Run(fmt.Sprint(status), func(t *testing.T) {
|
||||
f, d := fixture()
|
||||
calls := 0
|
||||
|
||||
Reference in New Issue
Block a user