e2e: append the correct test cases (#206)

This commit is contained in:
Lisheng Zheng
2023-02-21 13:22:14 +08:00
committed by GitHub
parent 442bdf9355
commit 0af6fb16f8
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ import (
)
func init() {
HigressConformanceTests = append(HigressConformanceTests, HTTPRouteRewritePath)
HigressConformanceTests = append(HigressConformanceTests, HTTPRouteCanaryHeader)
}
var HTTPRouteCanaryHeader = suite.ConformanceTest{

View File

@@ -22,7 +22,7 @@ import (
)
func init() {
HigressConformanceTests = append(HigressConformanceTests, HTTPRouteRewritePath)
HigressConformanceTests = append(HigressConformanceTests, HTTPRouteRewriteHost)
}
var HTTPRouteRewriteHost = suite.ConformanceTest{