mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 22:58:44 +05:00
Update in apier/v1/cdre_it_test.go
This commit is contained in:
committed by
Dan Christian Bogos
parent
91e1ea0d5e
commit
d454dccd58
@@ -151,7 +151,7 @@ func testCDReExportCDRs(t *testing.T) {
|
||||
var rply *RplExportedCDRs
|
||||
if err := cdreRPC.Call("ApierV1.ExportCDRs", attr, &rply); err != nil {
|
||||
t.Error("Unexpected error: ", err.Error())
|
||||
} else if len(rply.ExportedCGRIDs) != 2 {
|
||||
} else if len(rply.ExportedCGRIDs) != 4 {
|
||||
t.Errorf("Unexpected number of CDR exported: %s ", utils.ToJSON(rply))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user