forked from googleapis/python-analytics-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
noxfile_config.py
19 lines (19 loc) · 915 Bytes
/
noxfile_config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEST_CONFIG_OVERRIDE = {
# An envvar key for determining the project id to use. Change it
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
# build specific Cloud project. You can also use your own string
# to use your own Cloud project.
"gcloud_project_env": "BUILD_SPECIFIC_GCLOUD_PROJECT",
# 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
# A dictionary you want to inject into your test. Don't put any
# secrets here. These values will override predefined values.
"envs": {
"GA_TEST_PROPERTY_ID": "276206997",
"GA_TEST_ACCOUNT_ID": "199820965",
"GA_TEST_USER_LINK_ID": "103401743041912607932",
"GA_TEST_PROPERTY_USER_LINK_ID": "105231969274497648555",
"GA_TEST_WEB_DATA_STREAM_ID": "2828068992",
"GA_TEST_WEB_DATA_SECRET_ID": "2994983412",
"GA_TEST_CONVERSION_EVENT_ID": "2719963095",
},
}