mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 10:36:24 +05:00
dmtagent test fix
This commit is contained in:
@@ -434,7 +434,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.795 {
|
||||
if cdrs[0].Cost != 0.5349 {
|
||||
t.Errorf("Unexpected CDR Cost received, cdr: %+v ", cdrs[0])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user