Skip to content

Commit 48ea40b

Browse files
authored
Add another test for ssl ports
Signed-off-by: Saed SayedAhmed <[email protected]>
1 parent 1884d70 commit 48ea40b

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
@@ -2041,7 +2041,7 @@ func TestValidateNginxIngressAnnotations(t *testing.T) {
20412041

20422042
{
20432043
annotations: map[string]string{
2044-
"nginx.org/listen-ports-ssl": "443,8443",
2044+
"nginx.org/listen-ports-ssl": "443,8443,44315",
20452045
},
20462046
specServices: map[string]bool{},
20472047
isPlus: false,

0 commit comments

Comments
 (0)