mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
ApierV1.GetCost and ApierV1.GetDataCost accept *now as AnswerTime
This commit is contained in:
committed by
Dan Christian Bogos
parent
249ba0e487
commit
d9cb9c25ae
@@ -121,7 +121,7 @@ func testTutorialGetCost(t *testing.T) {
|
||||
Category: "call",
|
||||
Subject: "1001",
|
||||
Destination: "1002",
|
||||
AnswerTime: time.Now(),
|
||||
AnswerTime: "*now",
|
||||
Usage: "2m10s",
|
||||
}
|
||||
var rply *engine.EventCost
|
||||
|
||||
Reference in New Issue
Block a user