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
An SDK client created from mock_client does not stub out the HTTP client if used on it's own. This will result in real requests being sent to the service.
We should probably stub out the underlying HTTP client with infallible_client_fn.
The text was updated successfully, but these errors were encountered:
An SDK client created from mock_client does not stub out the HTTP client if used on it's own. This will result in real requests being sent to the service.
We should probably stub out the underlying HTTP client with infallible_client_fn.
The text was updated successfully, but these errors were encountered: