mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Added context
This commit is contained in:
committed by
Dan Christian Bogos
parent
33084e33f4
commit
2823142e96
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user