From ab1a73978f1caab431b0b7afecd594bf3dd1f87f Mon Sep 17 00:00:00 2001 From: lubronzhan Date: Tue, 12 Mar 2024 19:29:54 -0700 Subject: [PATCH] Use different route Signed-off-by: lubronzhan --- internal/dag/dag_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/dag/dag_test.go b/internal/dag/dag_test.go index 47e2c533ce3..3e161d26274 100644 --- a/internal/dag/dag_test.go +++ b/internal/dag/dag_test.go @@ -336,7 +336,7 @@ func TestHasConflictRouteForVirtualHost(t *testing.T) { }, rs: []Route{ { - Kind: KindTCPRoute, + Kind: KindGRPCRoute, Name: "a", Namespace: "b", PathMatchCondition: prefixSegment("/path1"), @@ -374,7 +374,7 @@ func TestHasConflictRouteForVirtualHost(t *testing.T) { }, }, { - Kind: KindTCPRoute, + Kind: KindGRPCRoute, Name: "c", Namespace: "d", PathMatchCondition: prefixSegment("/path1"),