Changed prefix for Accounts

This commit is contained in:
porosnicuadrian
2021-04-12 15:50:51 +03:00
committed by Dan Christian Bogos
parent 3fd2b07ee2
commit 29f23df5ad
2 changed files with 2 additions and 2 deletions

View File

@@ -1460,7 +1460,7 @@ func testOnStorITAccount(t *testing.T) {
}
//craft akeysFromPrefix
expectedKey := []string{"anp_cgrates.org:RP1"}
expectedKey := []string{"acn_cgrates.org:RP1"}
if rcv, err := onStor.DataDB().GetKeysForPrefix(utils.AccountPrefix); err != nil {
t.Error(err)
} else if !reflect.DeepEqual(expectedKey, rcv) {

View File

@@ -356,7 +356,7 @@ const (
DispatcherProfilePrefix = "dpp_"
RateProfilePrefix = "rtp_"
ActionProfilePrefix = "acp_"
AccountPrefix = "anp_"
AccountPrefix = "acn_"
DispatcherHostPrefix = "dph_"
ThresholdProfilePrefix = "thp_"
StatQueuePrefix = "stq_"