fix: e2e refers (#345)

This commit is contained in:
Xunzhuo
2023-05-26 12:01:50 +08:00
committed by GitHub
parent 176ddc6963
commit 81fd0d6386
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
}

View File

@@ -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)
}