Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 31c0863

Browse files
author
Jon Wayne Parrott
committed
Fix system tests when running on GCE
The new project ID logic for Cloud SDK invokes Cloud SDK directly. Cloud SDK helpfully falls back to the GCE project ID if the project ID is unset in the configuration. This breaks one of our previous expectations.
1 parent b33b802 commit 31c0863

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

system_tests/test_default.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ def test_application_default_credentials(verify_refresh):
2424

2525
if EXPECT_PROJECT_ID is not None:
2626
assert project_id is not None
27-
else:
28-
assert project_id is None
2927

3028
verify_refresh(credentials)

0 commit comments

Comments
 (0)