Renaming MetaJSORpc in config files

This commit is contained in:
DanB
2019-11-29 20:56:05 +01:00
parent 33483edc93
commit e1dc846b45
2 changed files with 2 additions and 2 deletions

View File

@@ -365,7 +365,7 @@ func (cfg *CGRConfig) loadRPCConns(jsnCfg *CgrJsonCfg) (err error) {
Conns: []*RemoteHost{
&RemoteHost{
Address: "127.0.0.1:2012",
Transport: utils.MetaJSONrpc,
Transport: utils.MetaJSON,
},
},
}

View File

@@ -1931,7 +1931,7 @@ func TestRpcConnsDefaults(t *testing.T) {
Conns: []*RemoteHost{
&RemoteHost{
Address: "127.0.0.1:2012",
Transport: utils.MetaJSONrpc,
Transport: utils.MetaJSON,
},
},
}