Skip to content

Commit

Permalink
Fix missing type in validation
Browse files Browse the repository at this point in the history
Signed-off-by: David Alger <davidmalger@gmail.com>
  • Loading branch information
davidalger committed Apr 2, 2024
1 parent a32679e commit 21ae2a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cel-validation/envoyproxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ func TestEnvoyProxyProvider(t *testing.T) {
Name: "fake-service",
Port: ptr.To(gwapiv1.PortNumber(9000)),
},
Type: egv1a1.ALSEnvoyProxyAccessLogTypeHTTP,
},
},
},
Expand Down

0 comments on commit 21ae2a5

Please sign in to comment.