From 1884d70d99f9d6899bacb63cfa5b03172531b429 Mon Sep 17 00:00:00 2001 From: Saed SayedAhmed <34514167+saedx1@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:30:50 -0500 Subject: [PATCH] Add a test that fails on the current code Signed-off-by: Saed SayedAhmed <34514167+saedx1@users.noreply.github.com> --- internal/k8s/validation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/k8s/validation_test.go b/internal/k8s/validation_test.go index 9ad4378968..30116cc275 100644 --- a/internal/k8s/validation_test.go +++ b/internal/k8s/validation_test.go @@ -2014,7 +2014,7 @@ func TestValidateNginxIngressAnnotations(t *testing.T) { { annotations: map[string]string{ - "nginx.org/listen-ports": "80,8080,9090", + "nginx.org/listen-ports": "80,8080,9090,44313", }, specServices: map[string]bool{}, isPlus: false,