Skip to content

Commit

Permalink
Update tests/test_downscoped.py
Browse files Browse the repository at this point in the history
Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
  • Loading branch information
BigTailWolf and lsirac authored Feb 8, 2024
1 parent 05e730a commit e219763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_downscoped.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def test_with_quota_project(self):
assert quota_project_creds.quota_project_id == "project-foo"

@mock.patch("google.auth._helpers.utcnow", return_value=datetime.datetime.min)
def test_refresh_on_tpc_universe(self, unused_utcnow):
def test_refresh_on_custom_universe(self, unused_utcnow):
test_universe_domain = "foo.com"
response = SUCCESS_RESPONSE.copy()
# Test custom expiration to confirm expiry is set correctly.
Expand Down

0 comments on commit e219763

Please sign in to comment.