mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Clarify cacheRead / cacheWrite for chargers
This commit is contained in:
committed by
Dan Christian Bogos
parent
2776713566
commit
6c3e5d80ee
@@ -502,7 +502,7 @@ func TestLoaderITWriteToDatabase(t *testing.T) {
|
||||
}
|
||||
|
||||
for tenatid, cpp := range loader.chargerProfiles {
|
||||
rcv, err := loader.dm.GetChargerProfile(tenatid.Tenant, tenatid.ID, true, utils.NonTransactional)
|
||||
rcv, err := loader.dm.GetChargerProfile(tenatid.Tenant, tenatid.ID, false, false, utils.NonTransactional)
|
||||
if err != nil {
|
||||
t.Errorf("Failed GetChargerProfile, tenant: %s, id: %s, error: %s ", cpp.Tenant, cpp.ID, err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user