fix: oppdater smoke-test URL til us-central1 (europe-west1 slettet)

This commit is contained in:
chrischristiansen-glitch 2026-05-28 02:13:21 +02:00
parent c7bcef6bbf
commit 700fda5cbb

View File

@ -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"