From 21ae2a5290b629297963eb5d1aaa31b6b79a31de Mon Sep 17 00:00:00 2001 From: David Alger Date: Tue, 2 Apr 2024 11:14:11 -0500 Subject: [PATCH] Fix missing type in validation Signed-off-by: David Alger --- test/cel-validation/envoyproxy_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cel-validation/envoyproxy_test.go b/test/cel-validation/envoyproxy_test.go index 416fe2fe6b6..5c0f82c359f 100644 --- a/test/cel-validation/envoyproxy_test.go +++ b/test/cel-validation/envoyproxy_test.go @@ -449,6 +449,7 @@ func TestEnvoyProxyProvider(t *testing.T) { Name: "fake-service", Port: ptr.To(gwapiv1.PortNumber(9000)), }, + Type: egv1a1.ALSEnvoyProxyAccessLogTypeHTTP, }, }, },