From 400cf1743345ad27060482cdd7a9bc55ccc52011 Mon Sep 17 00:00:00 2001 From: Daniel Garnier-Moiroux Date: Thu, 3 Jul 2025 13:13:04 +0200 Subject: [PATCH] ci: Update APIHOST from CI testbed --- ci/integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/integration-test.sh b/ci/integration-test.sh index 4091ca6c7c..e3d3b0072d 100755 --- a/ci/integration-test.sh +++ b/ci/integration-test.sh @@ -17,7 +17,7 @@ fi CF_CREDS=$(cat "${ROOT}"/environment/cf-creds.json) -TEST_APIHOST=$(jq -n -r --argjson credentials "${CF_CREDS}" '"api.sys.\($credentials.name).cf-app.com"') +TEST_APIHOST=$(jq -n -r --argjson credentials "${CF_CREDS}" '"$credentials.api_url"') export TEST_APIHOST TEST_ADMIN_USERNAME=$(jq -n -r --argjson credentials "${CF_CREDS}" '$credentials.username')