diff --git a/engine/attributes_test.go b/engine/attributes_test.go index ff12d3a0e..2ea8d6853 100644 --- a/engine/attributes_test.go +++ b/engine/attributes_test.go @@ -867,7 +867,7 @@ func TestAttributesPorcessEventMatchingProcessRuns(t *testing.T) { }, }, } - if err := dm.SetFilter(fltr, true); err != nil { + if err := dm.SetFilter(context.Background(), fltr, true); err != nil { t.Error(err) }