mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update unit tests after merge
This commit is contained in:
committed by
Dan Christian Bogos
parent
fc8b98f815
commit
f97e7773dc
@@ -2752,7 +2752,7 @@ func TestProcessAttributeWithSameWheight(t *testing.T) {
|
||||
func TestAttributeMultipleProcessWithFiltersExists(t *testing.T) {
|
||||
defaultCfg, _ := config.NewDefaultCGRConfig()
|
||||
defaultCfg.AttributeSCfg().IndexedSelects = false
|
||||
data := NewInternalDB(nil, nil, true, defaultCfg.DataDbCfg().Items)
|
||||
data := NewInternalDB(nil, nil, true)
|
||||
dmAtr = NewDataManager(data, config.CgrConfig().CacheCfg(), nil)
|
||||
Cache.Clear(nil)
|
||||
attrService, _ = NewAttributeService(dmAtr, &FilterS{dm: dmAtr, cfg: defaultCfg}, defaultCfg)
|
||||
@@ -2850,7 +2850,7 @@ func TestAttributeMultipleProcessWithFiltersExists(t *testing.T) {
|
||||
func TestAttributeMultipleProcessWithFiltersNotEmpty(t *testing.T) {
|
||||
defaultCfg, _ := config.NewDefaultCGRConfig()
|
||||
defaultCfg.AttributeSCfg().IndexedSelects = false
|
||||
data := NewInternalDB(nil, nil, true, defaultCfg.DataDbCfg().Items)
|
||||
data := NewInternalDB(nil, nil, true)
|
||||
dmAtr = NewDataManager(data, config.CgrConfig().CacheCfg(), nil)
|
||||
Cache.Clear(nil)
|
||||
attrService, _ = NewAttributeService(dmAtr, &FilterS{dm: dmAtr, cfg: defaultCfg}, defaultCfg)
|
||||
|
||||
Reference in New Issue
Block a user