Skip to content

Commit

Permalink
try hardererer to make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils authored and k8s-ci-robot committed Feb 5, 2025
1 parent 082e9c2 commit 885c012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/cli/remover/remover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func TestRun(t *testing.T) {
mock.ReadFileReturns(apparmorProfile, nil)
mock.AppArmorEnabledReturns(true)
mock.AppArmorRemoveProfileReturns(errors.New("profile syntax error"))

return defaultOptions()
},
assert: func(mock *removerfakes.FakeImpl, err error) {
Expand Down

0 comments on commit 885c012

Please sign in to comment.