mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated config tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
d1d401619e
commit
6f8fd34967
@@ -1506,7 +1506,7 @@ func TestCgrLoaderCfgDefault(t *testing.T) {
|
||||
CachesConns: []string{utils.MetaLocalHost},
|
||||
SchedulerConns: []string{utils.MetaLocalHost},
|
||||
GapiCredentials: json.RawMessage(`".gapi/credentials.json"`),
|
||||
GapiToken: json.RawMessage(`".gapi/credentials.json"`),
|
||||
GapiToken: json.RawMessage(`".gapi/token.json"`),
|
||||
}
|
||||
if !reflect.DeepEqual(cgrCfg.LoaderCgrCfg(), eLdrCfg) {
|
||||
t.Errorf("received: %+v, expecting: %+v", utils.ToJSON(cgrCfg.LoaderCgrCfg()), utils.ToJSON(eLdrCfg))
|
||||
|
||||
Reference in New Issue
Block a user