Skip to content

Commit

Permalink
Add a test that fails on the current code
Browse files Browse the repository at this point in the history
Signed-off-by: Saed SayedAhmed <[email protected]>
  • Loading branch information
saedx1 authored Jan 3, 2025
1 parent 7f83b5d commit 1884d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/k8s/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1884d70

Please sign in to comment.