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
Looking at the python code, should_not_have_any_errors appears to expect lines containing a base64 encoded body field. However this field can be empty in the case of connectivity errors.
The function should look at the contents of the error field first and it should handle the body field not being well formed (or missing).
The text was updated successfully, but these errors were encountered:
Looking at the python code,
should_not_have_any_errors
appears to expect lines containing a base64 encodedbody
field. However this field can be empty in the case of connectivity errors.The function should look at the contents of the
error
field first and it should handle the body field not being well formed (or missing).The text was updated successfully, but these errors were encountered: