You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A raise_for_status parameter to the HTTP wrapper methods can help run the response.raise_for_status() step based on a flag. This will help in validating status code - 40x
Currently the response.raise_for_status() step will raise an exception when the status code is not 200, this prevents us from validating failure scenarios.
The text was updated successfully, but these errors were encountered:
A
raise_for_status
parameter to theHTTP
wrapper methods can help run theresponse.raise_for_status()
step based on a flag. This will help in validating status code -40x
Currently the
response.raise_for_status()
step will raise an exception when the status code is not200
, this prevents us from validating failure scenarios.The text was updated successfully, but these errors were encountered: