mirror of
https://github.com/alibaba/higress.git
synced 2026-03-08 10:40:48 +08:00
e2e: append the correct test cases (#206)
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
HigressConformanceTests = append(HigressConformanceTests, HTTPRouteRewritePath)
|
||||
HigressConformanceTests = append(HigressConformanceTests, HTTPRouteCanaryHeader)
|
||||
}
|
||||
|
||||
var HTTPRouteCanaryHeader = suite.ConformanceTest{
|
||||
|
||||
@@ -22,7 +22,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
HigressConformanceTests = append(HigressConformanceTests, HTTPRouteRewritePath)
|
||||
HigressConformanceTests = append(HigressConformanceTests, HTTPRouteRewriteHost)
|
||||
}
|
||||
|
||||
var HTTPRouteRewriteHost = suite.ConformanceTest{
|
||||
|
||||
Reference in New Issue
Block a user