mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Added Clone functions for all config sections
This commit is contained in:
committed by
Dan Christian Bogos
parent
c539800acd
commit
f158b191f3
@@ -156,7 +156,7 @@ func TestLoadConfig(t *testing.T) {
|
||||
if !reflect.DeepEqual(ldrCfg.LoaderCgrCfg().SchedulerConns, expAddrs) {
|
||||
t.Errorf("Expected %v received %v", expAddrs, ldrCfg.LoaderCgrCfg().SchedulerConns)
|
||||
}
|
||||
expaddr := config.RpcConns{
|
||||
expaddr := config.RPCConns{
|
||||
utils.MetaInternal: {
|
||||
Strategy: rpcclient.PoolFirst,
|
||||
PoolSize: 0,
|
||||
|
||||
Reference in New Issue
Block a user