mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
Small fix to only load defaults once in tests
This commit is contained in:
@@ -132,7 +132,7 @@ func TestCgrCfgCDRC(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCgrCfgLoadJSONDefaults(t *testing.T) {
|
||||
cgrCfg, err = NewCGRConfigFromJsonStringWithDefaults(CGRATES_CFG_JSON)
|
||||
cgrCfg, err = NewDefaultCGRConfig()
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user