mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
implement batched index retrieval in GetIndexes method
This commit is contained in:
committed by
Dan Christian Bogos
parent
8d05c14aec
commit
8546c4c64e
@@ -91,7 +91,7 @@ func TestFilterIndexUpdates(t *testing.T) {
|
||||
}
|
||||
|
||||
indexes, err := dm.GetIndexes(utils.CacheAttributeFilterIndexes, "cgrates.org:simpleauth",
|
||||
"", true, false)
|
||||
true, false)
|
||||
if err != nil {
|
||||
if len(want) == 0 && err == utils.ErrNotFound {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user