mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Renaming MetaJSORpc in config files
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -1931,7 +1931,7 @@ func TestRpcConnsDefaults(t *testing.T) {
|
||||
Conns: []*RemoteHost{
|
||||
&RemoteHost{
|
||||
Address: "127.0.0.1:2012",
|
||||
Transport: utils.MetaJSONrpc,
|
||||
Transport: utils.MetaJSON,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user