Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 03ff09a

Browse files
committed
Remove priority from unit test
1 parent 3525e60 commit 03ff09a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/controller/nginxingresscontroller/scc_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
)
1212

1313
func TestSccForNginxIngressController(t *testing.T) {
14-
var priority int32 = 20
1514
var uid int64 = 101
1615

1716
name := "my-nginx-ingress"
@@ -22,7 +21,6 @@ func TestSccForNginxIngressController(t *testing.T) {
2221
Name: name,
2322
},
2423
AllowHostPorts: false,
25-
Priority: &priority,
2624
AllowPrivilegedContainer: false,
2725
RunAsUser: secv1.RunAsUserStrategyOptions{
2826
Type: "MustRunAs",

0 commit comments

Comments
 (0)