Skip to content

Commit 9d89cea

Browse files
committed
Set variable pointing to Firestore DB project
1 parent 39fa0a1 commit 9d89cea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.kokoro/system_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ SECRETS_PASSWORD=$(cat "${KOKORO_GFILE_DIR}/secrets-password.txt")
2626

2727
# Setup environment variables
2828
export GOOGLE_APPLICATION_CREDENTIALS="$(pwd)/service-account.json"
29+
export FIRESTORE_PROJECT_ID="getting-started-python-tests"
2930

3031
# Run tests
3132
nox -s run_tests

0 commit comments

Comments
 (0)