Skip to content

Commit e737a1d

Browse files
kurtisvgdandhlee
authored andcommitted
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](#4022)
1 parent bfbba8b commit e737a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler/snippets/create_job_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import create_job
1818

19-
TEST_PROJECT_ID = os.getenv('GCLOUD_PROJECT')
19+
TEST_PROJECT_ID = os.getenv('GOOGLE_CLOUD_PROJECT')
2020
TEST_LOCATION = os.getenv('LOCATION_ID', 'us-central1')
2121

2222

0 commit comments

Comments
 (0)