fix HTTPerror catch all
This commit is contained in:
parent
41299e8b97
commit
c9cb7f9bd2
@ -35,9 +35,7 @@ recipe.add_transform(
|
||||
add_response,
|
||||
error_map={
|
||||
(
|
||||
httpx.ConnectError,
|
||||
httpx.ConnectTimeout,
|
||||
httpx.ReadTimeout,
|
||||
httpx.HTTPError,
|
||||
SSLCertVerificationError,
|
||||
SSLError,
|
||||
): "bad_requests"
|
||||
|
Loading…
Reference in New Issue
Block a user