From 81fd0d6386caf3e18c1d5d102d87cc904cf6ed73 Mon Sep 17 00:00:00 2001 From: Xunzhuo Date: Fri, 26 May 2023 12:01:50 +0800 Subject: [PATCH] fix: e2e refers (#345) --- .../ingress/conformance/tests/httproute-force-redirect-https.go | 2 +- test/ingress/conformance/tests/httproute-redirect-as-https.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) }