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"),