mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add integration test for ExportCDRs with multiple exporters
This commit is contained in:
committed by
Dan Christian Bogos
parent
756e14d3d9
commit
8cc0af4981
@@ -80,7 +80,7 @@ func (httpJson *HTTPJsonMapEe) ExportEvent(cgrEv *utils.CGREvent) (err error) {
|
||||
httpJson.Unlock()
|
||||
}()
|
||||
|
||||
httpJson.dc[utils.NumberOfEvents] = httpJson.dc[utils.NumberOfEvents].(int) + 1
|
||||
httpJson.dc[utils.NumberOfEvents] = httpJson.dc[utils.NumberOfEvents].(int64) + 1
|
||||
|
||||
valMp := make(map[string]string)
|
||||
eeReq := NewEventExporterRequest(utils.MapStorage(cgrEv.Event), httpJson.dc,
|
||||
|
||||
Reference in New Issue
Block a user