We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f7241 commit b839b97Copy full SHA for b839b97
pkg/security/tests/filters_test.go
@@ -238,7 +238,7 @@ func TestFilterOpenLeafDiscarderActivityDump(t *testing.T) {
238
assert.Nil(t, test.msgSender.getMsg(events.AbnormalPathRuleID), "abnormal error detected")
239
240
testFile := "/tmp/test/test-obc-2"
241
-
+ test.msgSender.flush()
242
if err := test.GetEventDiscarder(t, func() error {
243
cmd := dockerInstance.Command("touch", []string{testFile}, []string{})
244
if _, err = cmd.CombinedOutput(); err != nil {
0 commit comments