Skip to content

Commit 39a3f4a

Browse files
kurtisvgbusunkim96
authored andcommitted
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](GoogleCloudPlatform/python-docs-samples#4022)
1 parent 90f8624 commit 39a3f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-containeranalysis/samples/snippets/samples_test.py

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

3434
import samples
3535

36-
PROJECT_ID = environ['GCLOUD_PROJECT']
36+
PROJECT_ID = environ['GOOGLE_CLOUD_PROJECT']
3737
SLEEP_TIME = 1
3838
TRY_LIMIT = 20
3939

0 commit comments

Comments
 (0)