fix HTTPerror catch all
This commit is contained in:
parent
41299e8b97
commit
c9cb7f9bd2
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue