mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Revert a small modification
This commit is contained in:
committed by
Dan Christian Bogos
parent
a75ce1f8e1
commit
e575fdebe8
@@ -365,7 +365,7 @@ func testLoaderITWriteToDatabase(t *testing.T) {
|
||||
}
|
||||
|
||||
for tenantid, fltr := range loader.filters {
|
||||
rcv, err := loader.dm.GetFilter(tenantid.Tenant, tenantid.ID, false, false, utils.NonTransactional)
|
||||
rcv, err := GetFilter(loader.dm, tenantid.Tenant, tenantid.ID, false, false, utils.NonTransactional)
|
||||
if err != nil {
|
||||
t.Error("Failed GetFilter: ", err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user