Skip to content

Commit 1884d70

Browse files
authored
Add a test that fails on the current code
Signed-off-by: Saed SayedAhmed <[email protected]>
1 parent 7f83b5d commit 1884d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/k8s/validation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ func TestValidateNginxIngressAnnotations(t *testing.T) {
20142014

20152015
{
20162016
annotations: map[string]string{
2017-
"nginx.org/listen-ports": "80,8080,9090",
2017+
"nginx.org/listen-ports": "80,8080,9090,44313",
20182018
},
20192019
specServices: map[string]bool{},
20202020
isPlus: false,

0 commit comments

Comments
 (0)