Skip to content

Commit

Permalink
Add another test for ssl ports
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 1884d70 commit 48ea40b
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 @@ -2041,7 +2041,7 @@ func TestValidateNginxIngressAnnotations(t *testing.T) {

{
annotations: map[string]string{
"nginx.org/listen-ports-ssl": "443,8443",
"nginx.org/listen-ports-ssl": "443,8443,44315",
},
specServices: map[string]bool{},
isPlus: false,
Expand Down

0 comments on commit 48ea40b

Please sign in to comment.