Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mftoure committed Dec 29, 2024
1 parent ee8232f commit a7341d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/security/tests/module_tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func (tm *testModule) WaitForPotentialAbnormalPath(timeout time.Duration) bool {

message := make(chan string, 1)

tm.RegisterCustomSendEventHandler(func(rule *rules.Rule, event *events.CustomEvent) {
tm.RegisterCustomSendEventHandler(func(rule *rules.Rule, _ *events.CustomEvent) {
if rule.ID == events.AbnormalPathRuleID {
message <- "FOUND"
cancel()
Expand Down

0 comments on commit a7341d9

Please sign in to comment.