feat(auth): Add unit tests for auth failures in gax layer by nakayamaryo0731 · Pull Request #1394 · googleapis/google-cloud-rust

Description Fixes: #1350 I implemented the following two unit tests for CredentialError: auth_error_retryable() { ... } auth_error_non_retryable() { ... } I tried to extend the existing retry_loo...