diff --git a/pkg/tests/ossm/testssl_test.go b/pkg/tests/ossm/testssl_test.go index c402fd66..7462f084 100644 --- a/pkg/tests/ossm/testssl_test.go +++ b/pkg/tests/ossm/testssl_test.go @@ -15,13 +15,11 @@ package ossm import ( _ "embed" - "fmt" "testing" "github.com/maistra/maistra-test-tool/pkg/app" "github.com/maistra/maistra-test-tool/pkg/util/check/assert" "github.com/maistra/maistra-test-tool/pkg/util/env" - "github.com/maistra/maistra-test-tool/pkg/util/istio" "github.com/maistra/maistra-test-tool/pkg/util/oc" "github.com/maistra/maistra-test-tool/pkg/util/pod" "github.com/maistra/maistra-test-tool/pkg/util/retry" @@ -74,7 +72,7 @@ spec: t.LogStep("Check testssl.sh results") command := "./testssl/testssl.sh -P -6 productpage:9080 || true" if env.GetArch() == "arm" { - command = fmt.Sprintf("testssl.sh -P -6 %s/productpage || true", istio.GetIngressGatewayHost(t, meshNamespace)) + command = "./testssl.sh -P -6 productpage:9080 || true" } retry.UntilSuccessWithOptions(t, retry.Options().MaxAttempts(10), func(t TestHelper) { oc.Exec(t,