Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 46f9c82

Browse files
chore: update project id
1 parent 6e47c2b commit 46f9c82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/snippets/v3/alerts-client/noxfile_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
3434
# build specific Cloud project. You can also use your own string
3535
# to use your own Cloud project.
36-
# 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
37-
'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
36+
'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
37+
# 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
3838

3939
# A dictionary you want to inject into your test. Don't put any
4040
# secrets here. These values will override predefined values.

samples/snippets/v3/cloud-client/noxfile_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
3434
# build specific Cloud project. You can also use your own string
3535
# to use your own Cloud project.
36-
# 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
37-
'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
36+
'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
37+
# 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
3838

3939
# A dictionary you want to inject into your test. Don't put any
4040
# secrets here. These values will override predefined values.

0 commit comments

Comments
 (0)