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
Currently anything related to an outbound requests is fully mocked so encoding errors can arise as the tests don't even attempt the request.
Using responses we can mock the response for and endpoint, but requests internals are still in place so if any error comes from our side when performing the request they should arise in the tests.
The text was updated successfully, but these errors were encountered:
Currently anything related to an outbound requests is fully mocked so encoding errors can arise as the tests don't even attempt the request.
Using responses we can mock the response for and endpoint, but
requests
internals are still in place so if any error comes from our side when performing the request they should arise in the tests.The text was updated successfully, but these errors were encountered: