Skip to content

Commit c3bc592

Browse files
authored
Add quotes to variable
1 parent 891195a commit c3bc592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/tests/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ if [[ "$SCRIPT_DEBUG" != "true" ]]; then
5959
# For Tasks samples
6060
export QUEUE_ID=my-appengine-queue
6161
export LOCATION_ID=us-east1
62-
# For Datalabeling samples
63-
export DATALABELING_ENDPOINT=test-datalabeling.sandbox.googleapis.com:443
62+
# For Datalabeling samples to hit the testing endpoint
63+
export DATALABELING_ENDPOINT="test-datalabeling.sandbox.googleapis.com:443"
6464
source "${KOKORO_GFILE_DIR}/aws-secrets.sh"
6565
source "${KOKORO_GFILE_DIR}/storage-hmac-credentials.sh"
6666
source "${KOKORO_GFILE_DIR}/dlp_secrets.txt"

0 commit comments

Comments
 (0)