Skip to content

Commit

Permalink
Format the files
Browse files Browse the repository at this point in the history
Change-Id: I3dc2bcc46ba2e416888bb7b53e6fc13ad6b060f6
Signed-off-by: Cosmin Cojocar <[email protected]>
  • Loading branch information
ccojocar authored and k8s-ci-robot committed Nov 19, 2024
1 parent 22b1b7a commit e161918
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/pkg/daemon/bpfrecorder/bpfrecorder_apparmor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@ func TestAllowAnyFiles(t *testing.T) {
},
{
name: "allow any files if more than two files are already allowed",
paths: []string{"/etc/nginx/conf.d/default.conf", "/dev/null",
"/etc/nginx/conf.d/sedIWASqqq", "/etc/nginx/conf.d/abcd"},
paths: []string{
"/etc/nginx/conf.d/default.conf", "/dev/null",
"/etc/nginx/conf.d/sedIWASqqq", "/etc/nginx/conf.d/abcd",
},
want: []string{"/etc/nginx/conf.d/*", "/dev/null"},
},
{
Expand Down

0 comments on commit e161918

Please sign in to comment.