Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: augment universe_domain handling #1837

Merged
merged 15 commits into from
Mar 5, 2024
Prev Previous commit
Next Next commit
capitalization
  • Loading branch information
shollyman committed Mar 4, 2024
commit b69f580b682e1dd996c3aacea03afa1d45ada0fe
2 changes: 1 addition & 1 deletion tests/unit/helpers.py
Expand Up @@ -47,7 +47,7 @@ def make_creds(creds_universe: None):
from google.auth import credentials

class TestingCreds(credentials.Credentials):
def refresh(self, request): # pragma: no cover
def refresh(self, request): # pragma: NO COVER
shollyman marked this conversation as resolved.
Show resolved Hide resolved
raise NotImplemented

@property
Expand Down