mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 22:58:44 +05:00
Removed unused InternalTtl
This commit is contained in:
committed by
Dan Christian Bogos
parent
21c880e1da
commit
bbc34b1f77
@@ -364,9 +364,6 @@ func TestCgrCfgJSONDefaultsGeneral(t *testing.T) {
|
||||
if cgrCfg.GeneralCfg().ReplyTimeout != 2*time.Second {
|
||||
t.Errorf("Expected: 2s, received: %+v", cgrCfg.GeneralCfg().ReplyTimeout)
|
||||
}
|
||||
if cgrCfg.GeneralCfg().InternalTtl != 5*time.Second {
|
||||
t.Errorf("Expected: 2m, received: %+v", cgrCfg.GeneralCfg().InternalTtl)
|
||||
}
|
||||
if cgrCfg.GeneralCfg().LockingTimeout != 0 {
|
||||
t.Errorf("Expected: 0, received: %+v", cgrCfg.GeneralCfg().LockingTimeout)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user