mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
Changed prefix for Accounts
This commit is contained in:
committed by
Dan Christian Bogos
parent
3fd2b07ee2
commit
29f23df5ad
@@ -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) {
|
||||
|
||||
@@ -356,7 +356,7 @@ const (
|
||||
DispatcherProfilePrefix = "dpp_"
|
||||
RateProfilePrefix = "rtp_"
|
||||
ActionProfilePrefix = "acp_"
|
||||
AccountPrefix = "anp_"
|
||||
AccountPrefix = "acn_"
|
||||
DispatcherHostPrefix = "dph_"
|
||||
ThresholdProfilePrefix = "thp_"
|
||||
StatQueuePrefix = "stq_"
|
||||
|
||||
Reference in New Issue
Block a user