diff --git a/engine/z_onstor_it_test.go b/engine/z_onstor_it_test.go index f26c4d232..e41622a90 100644 --- a/engine/z_onstor_it_test.go +++ b/engine/z_onstor_it_test.go @@ -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) { diff --git a/utils/consts.go b/utils/consts.go index e9cf08747..134449d21 100755 --- a/utils/consts.go +++ b/utils/consts.go @@ -356,7 +356,7 @@ const ( DispatcherProfilePrefix = "dpp_" RateProfilePrefix = "rtp_" ActionProfilePrefix = "acp_" - AccountPrefix = "anp_" + AccountPrefix = "acn_" DispatcherHostPrefix = "dph_" ThresholdProfilePrefix = "thp_" StatQueuePrefix = "stq_"