Skip to content

Commit

Permalink
cleanup(tests): remove wrong/unused assert.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Dec 2, 2024
1 parent bcd1f4a commit 5ce5977
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/falco/legacy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2665,7 +2665,6 @@ func TestFalco_Legacy_FalcoEventGenerator(t *testing.T) {
assert.Equal(t, 1, res.Detections().OfRule("Write below etc").Count())
assert.Equal(t, 1, res.Detections().OfRule("System procs network activity").Count())
assert.Equal(t, 1, res.Detections().OfRule("Mkdir binary dirs").Count())
assert.Equal(t, 1, res.Detections().OfRule("System user interactive").Count())
assert.Equal(t, 1, res.Detections().OfRule("DB program spawned process").Count())
assert.Equal(t, 0, res.Detections().OfRule("Non sudo setuid").Count())
assert.Equal(t, 1, res.Detections().OfRule("Create files below dev").Count())
Expand Down

0 comments on commit 5ce5977

Please sign in to comment.