mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Remove fifo and ctl modules out of kamailio tutorial since we were getting some errors in 4.3 and not really using them
This commit is contained in:
@@ -221,7 +221,7 @@ func TestParseTimeDetectLayout(t *testing.T) {
|
||||
}
|
||||
if nowTm, err := ParseTimeDetectLayout(META_NOW, ""); err != nil {
|
||||
t.Error(err)
|
||||
} else if time.Now().Sub(nowTm) > time.Duration(1)*time.Millisecond {
|
||||
} else if time.Now().Sub(nowTm) > time.Duration(10)*time.Millisecond {
|
||||
t.Errorf("Unexpected time parsed: %v", nowTm)
|
||||
}
|
||||
eamonTmStr := "31/05/2015 14:46:00"
|
||||
|
||||
Reference in New Issue
Block a user