diff --git a/test/ingress/conformance/tests/httproute-force-redirect-https.go b/test/ingress/conformance/tests/httproute-force-redirect-https.go index 7e1eaa4d6..b85274b72 100644 --- a/test/ingress/conformance/tests/httproute-force-redirect-https.go +++ b/test/ingress/conformance/tests/httproute-force-redirect-https.go @@ -57,7 +57,7 @@ var HttpForceRedirectHttps = suite.ConformanceTest{ }, } - t.Run("HTTPFORCEREDIRCTHTTPS", func(t *testing.T) { + t.Run("HttpForceRedirectHttps", func(t *testing.T) { for _, testcase := range testcases { http.MakeRequestAndExpectEventuallyConsistentResponse(t, suite.RoundTripper, suite.TimeoutConfig, suite.GatewayAddress, testcase) } diff --git a/test/ingress/conformance/tests/httproute-redirect-as-https.go b/test/ingress/conformance/tests/httproute-redirect-as-https.go index 1c29df1d9..0da6cfcaa 100644 --- a/test/ingress/conformance/tests/httproute-redirect-as-https.go +++ b/test/ingress/conformance/tests/httproute-redirect-as-https.go @@ -57,7 +57,7 @@ var HttpRedirectAsHttps = suite.ConformanceTest{ }, } - t.Run("HTTPREDIRCTASHTTPS", func(t *testing.T) { + t.Run("HttpRedirectAsHttps", func(t *testing.T) { for _, testcase := range testcases { http.MakeRequestAndExpectEventuallyConsistentResponse(t, suite.RoundTripper, suite.TimeoutConfig, suite.GatewayAddress, testcase) }