Skip to content

Commit ac1ab92

Browse files
committed
Change the project env variable to use in tests
1 parent 62dc5e8 commit ac1ab92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/noxfile_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
2828
# build specific Cloud project. You can also use your own string
2929
# to use your own Cloud project.
30-
# 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
31-
"gcloud_project_env": "BUILD_SPECIFIC_GCLOUD_PROJECT",
30+
"gcloud_project_env": 'GOOGLE_CLOUD_PROJECT',
31+
# "gcloud_project_env": "BUILD_SPECIFIC_GCLOUD_PROJECT",
3232
# A dictionary you want to inject into your test. Don't put any
3333
# secrets here. These values will override predefined values.
3434
"envs": {},

0 commit comments

Comments
 (0)