Skip to content

Commit da7a056

Browse files
committed
fix test
1 parent e945e54 commit da7a056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/gateway2/query/query_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ func tcpRoute(name, ns string) *apiv1a2.TCPRoute {
949949
func tlsRoute(name, ns string) *apiv1a2.TLSRoute {
950950
return &apiv1a2.TLSRoute{
951951
TypeMeta: metav1.TypeMeta{
952-
Kind: wellknown.TCPRouteKind,
952+
Kind: wellknown.TLSRouteKind,
953953
APIVersion: apiv1a2.GroupVersion.String(),
954954
},
955955
ObjectMeta: metav1.ObjectMeta{

0 commit comments

Comments
 (0)