From 0af6fb16f894b9e010051ae3c5de5fe63d8281d5 Mon Sep 17 00:00:00 2001 From: Lisheng Zheng Date: Tue, 21 Feb 2023 13:22:14 +0800 Subject: [PATCH] e2e: append the correct test cases (#206) --- test/ingress/conformance/tests/httproute-canary-header.go | 2 +- test/ingress/conformance/tests/httproute-rewrite-host.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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{