Added support for empty fields in ees when exporting the event in json format

This commit is contained in:
Trial97
2020-10-07 11:39:26 +03:00
committed by Dan Christian Bogos
parent a24f312727
commit 45204cec17
10 changed files with 101 additions and 62 deletions

View File

@@ -195,6 +195,9 @@ results+=($?)
fi
echo "go test github.com/cgrates/cgrates/ees -tags=integration"
go test github.com/cgrates/cgrates/ees -tags=integration
results+=($?)
echo 'go test github.com/cgrates/cgrates/config -tags=integration'
go test github.com/cgrates/cgrates/config -tags=integration
results+=($?)