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

Commit a977b36

Browse files
committed
fix: Make the tests run in different projects
1 parent ecd8c4a commit a977b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
4949
# build specific Cloud project. You can also use your own string
5050
# to use your own Cloud project.
51-
'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
52-
# 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
51+
# 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
52+
'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
5353
# If you need to use a specific version of pip,
5454
# change pip_version_override to the string representation
5555
# of the version number, for example, "20.2.4"

0 commit comments

Comments
 (0)