Added *ec field to ees as DataProvider

This commit is contained in:
porosnicuadrian
2022-02-22 16:51:10 +02:00
committed by Dan Christian Bogos
parent 46eccb6542
commit 8941b1ef0d
17 changed files with 247 additions and 52 deletions

View File

@@ -143,7 +143,7 @@ func testSqlEeRPCConn(t *testing.T) {
}
func testSqlEeExportEventFull(t *testing.T) {
eventVoice := &utils.CGREventWithEeIDs{
eventVoice := &engine.CGREventWithEeIDs{
EeIDs: []string{"SQLExporterFull"},
CGREvent: &utils.CGREvent{
Tenant: "cgrates.org",
@@ -179,7 +179,7 @@ func testSqlEeExportEventFull(t *testing.T) {
}
func testSqlEeExportEventPartial(t *testing.T) {
eventVoice := &utils.CGREventWithEeIDs{
eventVoice := &engine.CGREventWithEeIDs{
EeIDs: []string{"SQLExporterPartial"},
CGREvent: &utils.CGREvent{
Tenant: "cgrates.org",