Updated cgr-tester

This commit is contained in:
Trial97
2019-11-15 10:12:42 +02:00
committed by Dan Christian Bogos
parent 4577ff43fc
commit 0ff11682af

View File

@@ -163,7 +163,6 @@ func main() {
return
}
tstCfg := cgrConfig
if *cfgPath != "" {
if tstCfg, err = config.NewCGRConfigFromPath(*cfgPath); err != nil {
log.Fatalf("error loading config file %s", err.Error())