From 700fda5cbb363da13fbb958c9566f3ffe928d81a Mon Sep 17 00:00:00 2001 From: chrischristiansen-glitch Date: Thu, 28 May 2026 02:13:21 +0200 Subject: [PATCH] fix: oppdater smoke-test URL til us-central1 (europe-west1 slettet) --- scripts/smoke-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"