Skip to content

Commit 8d84cb2

Browse files
kurtisvgbusunkim96
authored andcommitted
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](GoogleCloudPlatform/python-docs-samples#4022)
1 parent 37a3ad3 commit 8d84cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-scheduler/samples/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)