mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Updated integration tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
b8437f4a7d
commit
fc2f7631bd
@@ -173,7 +173,7 @@ func (sqlEe *SQLEe) ExportEvent(cgrEv *utils.CGREvent) (err error) {
|
||||
|
||||
for el := eeReq.OrdNavMP[utils.MetaExp].GetFirstElement(); el != nil; el = el.Next() {
|
||||
nmIt, _ := eeReq.OrdNavMP[utils.MetaExp].Field(el.Value)
|
||||
pathWithoutIndex := utils.GetPathWithoutIndex(strings.Join(el.Value, utils.NestingSep))
|
||||
pathWithoutIndex := strings.Join(el.Value[:len(el.Value)-1], utils.NestingSep) // remove the index path.index
|
||||
if pathWithoutIndex != utils.MetaRow {
|
||||
colNames = append(colNames, pathWithoutIndex)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user