mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 20:59:53 +05:00
fixed dmtagent test
This commit is contained in:
@@ -440,7 +440,7 @@ func TestDmtAgentCdrs(t *testing.T) {
|
||||
if cdrs[0].Usage != "610" {
|
||||
t.Errorf("Unexpected CDR Usage received, cdr: %+v ", cdrs[0])
|
||||
}
|
||||
if cdrs[0].Cost != 0.5349 {
|
||||
if cdrs[0].Cost != 0.795 {
|
||||
t.Errorf("Unexpected CDR Cost received, cdr: %+v ", cdrs[0])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user