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,
error_map={
(
httpx.ConnectError,
httpx.ConnectTimeout,
httpx.ReadTimeout,
httpx.HTTPError,
SSLCertVerificationError,
SSLError,
): "bad_requests"