diff --git a/scripts/smoke-test.sh b/scripts/smoke-test.sh index ef97059..5ff479e 100755 --- a/scripts/smoke-test.sh +++ b/scripts/smoke-test.sh @@ -7,7 +7,7 @@ set -euo pipefail -URL="${OPAX_URL:-https://osvauco-agent-357036551735.europe-west1.run.app}" +URL="${OPAX_URL:-https://osvauco-agent-357036551735.us-central1.run.app}" TOKEN=$(gcloud auth print-identity-token) H_AUTH="Authorization: Bearer $TOKEN" H_JSON="Content-Type: application/json"