Added context

This commit is contained in:
porosnicuadrian
2021-08-19 18:11:31 +03:00
committed by Dan Christian Bogos
parent 33084e33f4
commit 2823142e96

View File

@@ -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)
}