mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Added *ec field to ees as DataProvider
This commit is contained in:
committed by
Dan Christian Bogos
parent
46eccb6542
commit
8941b1ef0d
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user