File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
synthtool/gcp/templates/python_samples Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ TEST_CONFIG = {
43
43
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
44
44
# build specific Cloud project. You can also use your own string
45
45
# to use your own Cloud project.
46
- 'gcloud_project_env': 'GCLOUD_PROJECT ',
46
+ 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT ',
47
47
# 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
48
48
49
49
# A dictionary you want to inject into your test. Don't put any
@@ -72,7 +72,6 @@ def get_pytest_env_vars():
72
72
env_key = TEST_CONFIG['gcloud_project_env']
73
73
# This should error out if not set.
74
74
ret['GOOGLE_CLOUD_PROJECT'] = os.environ[env_key]
75
- ret['GCLOUD_PROJECT'] = os.environ[env_key]
76
75
77
76
# Apply user supplied envs.
78
77
ret.update(TEST_CONFIG['envs'])
You can’t perform that action at this time.
0 commit comments