Skip to content

Commit 9fecf4a

Browse files
author
Takashi Matsuo
authored
testing(run): use correct envvars (#4450)
there are some GCLOUD_PROJECT leftovers
1 parent a8800ff commit 9fecf4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run/hello-broken/noxfile_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
3131
# build specific Cloud project. You can also use your own string
3232
# to use your own Cloud project.
33-
'gcloud_project_env': 'GCLOUD_PROJECT',
33+
'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
3434
# 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
3535

3636
# A dictionary you want to inject into your test. Don't put any

run/helloworld/noxfile_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
3131
# build specific Cloud project. You can also use your own string
3232
# to use your own Cloud project.
33-
'gcloud_project_env': 'GCLOUD_PROJECT',
33+
'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
3434
# 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
3535

3636
# A dictionary you want to inject into your test. Don't put any

0 commit comments

Comments
 (0)