mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
SMG - fix replication for terminate events
This commit is contained in:
@@ -37,7 +37,6 @@ var smgRplcMasterCfg, smgRplcSlaveCfg *config.CGRConfig
|
||||
var smgRplcMstrRPC, smgRplcSlvRPC *rpc.Client
|
||||
|
||||
func TestSMGRplcInitCfg(t *testing.T) {
|
||||
|
||||
smgRplcMasterCfgPath = path.Join(*dataDir, "conf", "samples", "smgreplcmaster")
|
||||
if smgRplcMasterCfg, err = config.NewCGRConfigFromFolder(smgRplcMasterCfgPath); err != nil {
|
||||
t.Fatal(err)
|
||||
|
||||
Reference in New Issue
Block a user