Skip to content

Commit 71b2099

Browse files
committed
revert noxfile config test
1 parent 727c263 commit 71b2099

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

securitycenter/snippets/noxfile_config.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@
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',
32-
# If you need to use a specific version of pip,
33-
# change pip_version_override to the string representation
34-
# of the version number, for example, "20.2.4"
35-
"pip_version_override": None,
30+
# 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
31+
"gcloud_project_env": "BUILD_SPECIFIC_GCLOUD_PROJECT",
3632
# A dictionary you want to inject into your test. Don't put any
3733
# secrets here. These values will override predefined values.
38-
"envs": {},
34+
"envs": {
35+
"GCLOUD_ORGANIZATION": "1081635000895",
36+
"GCLOUD_PROJECT": "project-a-id",
37+
"GCLOUD_PUBSUB_TOPIC": "projects/project-a-id/topics/notifications-sample-topic",
38+
"GCLOUD_PUBSUB_SUBSCRIPTION": "notification-sample-subscription",
39+
},
3940
}

0 commit comments

Comments
 (0)