Skip to content

Commit b839b97

Browse files
committed
test 10
1 parent 18f7241 commit b839b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/security/tests/filters_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func TestFilterOpenLeafDiscarderActivityDump(t *testing.T) {
238238
assert.Nil(t, test.msgSender.getMsg(events.AbnormalPathRuleID), "abnormal error detected")
239239

240240
testFile := "/tmp/test/test-obc-2"
241-
241+
test.msgSender.flush()
242242
if err := test.GetEventDiscarder(t, func() error {
243243
cmd := dockerInstance.Command("touch", []string{testFile}, []string{})
244244
if _, err = cmd.CombinedOutput(); err != nil {

0 commit comments

Comments
 (0)