Skip to content

Commit 61f5ea4

Browse files
author
Kate Osborn
committed
Fix route type in test
1 parent 63d27af commit 61f5ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mode/static/state/graph/policies_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func TestAttachPolicies(t *testing.T) {
102102
Attachable: true,
103103
},
104104
createRouteKey("grpc-route", RouteTypeGRPC): {
105-
Source: &v1.HTTPRoute{
105+
Source: &v1alpha2.GRPCRoute{
106106
ObjectMeta: metav1.ObjectMeta{
107107
Name: "grpc-route",
108108
Namespace: testNs,

0 commit comments

Comments
 (0)