Update in apier/v1/cdre_it_test.go

This commit is contained in:
TeoV
2018-08-29 05:41:51 -04:00
committed by Dan Christian Bogos
parent 91e1ea0d5e
commit d454dccd58

View File

@@ -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))
}
}