mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 13:49:53 +05:00
Fixed the missing values on cache constants
This commit is contained in:
committed by
Dan Christian Bogos
parent
b6bcdae579
commit
69d696ee49
@@ -55,8 +55,8 @@ var (
|
||||
utils.ChargerProfilePrefix: {},
|
||||
utils.DispatcherProfilePrefix: {},
|
||||
utils.DispatcherHostPrefix: {},
|
||||
utils.AccountFilterIndexPrfx: {},
|
||||
utils.AccountPrefix: {},
|
||||
utils.AccountFilterIndexPrfx: {},
|
||||
utils.AccountPrefix: {},
|
||||
utils.RateProfilePrefix: {},
|
||||
utils.ActionProfilePrefix: {},
|
||||
utils.AttributeFilterIndexes: {},
|
||||
|
||||
@@ -73,7 +73,7 @@ func TestChargersmatchingChargerProfilesForEventErrPass(t *testing.T) {
|
||||
}
|
||||
|
||||
experr := utils.ErrNotImplemented
|
||||
rcv, err := cS.matchingChargerProfilesForEvent(context.Background(), cgrEv.Tenant, cgrEv)
|
||||
rcv, err := cS.matchingChargerProfilesForEvent(context.Background(), cgrEv.Tenant, cgrEv)
|
||||
|
||||
if err == nil || err != experr {
|
||||
t.Errorf("\nexpected: <%+v>, \nreceived: <%+v>", experr, err)
|
||||
|
||||
Reference in New Issue
Block a user