mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 23:58:44 +05:00
Responder.TestGetDerivedMaxSessionTime fix
This commit is contained in:
@@ -54,7 +54,6 @@ func TestResponderGetDerivedChargers(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
func TestGetDerivedMaxSessionTime(t *testing.T) {
|
||||
testTenant := "vdf"
|
||||
cdr := &utils.StoredCdr{CgrId: utils.Sha1("dsafdsaf", time.Date(2013, 11, 7, 8, 42, 26, 0, time.UTC).String()), OrderId: 123, TOR: utils.VOICE, AccId: "dsafdsaf",
|
||||
@@ -121,7 +120,6 @@ func TestGetDerivedMaxSessionTime(t *testing.T) {
|
||||
t.Error("Unexpected maxSessionTime received: ", maxSessionTime)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
func TestGetSessionRuns(t *testing.T) {
|
||||
testTenant := "vdf"
|
||||
|
||||
Reference in New Issue
Block a user