diff --git a/tests/integration/kubernetes/confidential_kbs.sh b/tests/integration/kubernetes/confidential_kbs.sh index a3e95d3b2d..bacbc8f974 100644 --- a/tests/integration/kubernetes/confidential_kbs.sh +++ b/tests/integration/kubernetes/confidential_kbs.sh @@ -269,7 +269,7 @@ function kbs_k8s_deploy() { if [ -n "$ingress" ]; then echo "::group::Check the kbs service is exposed" - svc_host=$(kbs_k8s_svc_host) + svc_host=$(kbs_k8s_svc_http_addr) if [ -z "$svc_host" ]; then echo "ERROR: service host not found" return 1