diff --git a/test/ingress/conformance/tests/httproute-canary-header.go b/test/ingress/conformance/tests/httproute-canary-header.go index e7044f75c..a3fd46d76 100644 --- a/test/ingress/conformance/tests/httproute-canary-header.go +++ b/test/ingress/conformance/tests/httproute-canary-header.go @@ -22,7 +22,7 @@ import ( ) func init() { - HigressConformanceTests = append(HigressConformanceTests, HTTPRouteRewritePath) + HigressConformanceTests = append(HigressConformanceTests, HTTPRouteCanaryHeader) } var HTTPRouteCanaryHeader = suite.ConformanceTest{ diff --git a/test/ingress/conformance/tests/httproute-rewrite-host.go b/test/ingress/conformance/tests/httproute-rewrite-host.go index d7efca702..9e17c84b9 100644 --- a/test/ingress/conformance/tests/httproute-rewrite-host.go +++ b/test/ingress/conformance/tests/httproute-rewrite-host.go @@ -22,7 +22,7 @@ import ( ) func init() { - HigressConformanceTests = append(HigressConformanceTests, HTTPRouteRewritePath) + HigressConformanceTests = append(HigressConformanceTests, HTTPRouteRewriteHost) } var HTTPRouteRewriteHost = suite.ConformanceTest{