Skip to content

Commit

Permalink
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](#4022)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg authored and dandhlee committed Apr 22, 2023
1 parent bfbba8b commit e737a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/snippets/create_job_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import create_job

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


Expand Down

0 comments on commit e737a1d

Please sign in to comment.