mirror of
https://github.com/alibaba/higress.git
synced 2026-03-09 11:10:49 +08:00
fix: e2e refers (#345)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user