fix HTTPerror catch all

This commit is contained in:
James Turk 2023-05-08 01:11:07 -05:00
parent 41299e8b97
commit c9cb7f9bd2

View File

@ -35,9 +35,7 @@ recipe.add_transform(
add_response, add_response,
error_map={ error_map={
( (
httpx.ConnectError, httpx.HTTPError,
httpx.ConnectTimeout,
httpx.ReadTimeout,
SSLCertVerificationError, SSLCertVerificationError,
SSLError, SSLError,
): "bad_requests" ): "bad_requests"