Updated unit tests

This commit is contained in:
Trial97
2021-03-30 15:24:18 +03:00
committed by Dan Christian Bogos
parent cf94fb5292
commit ab00db1ad1
5 changed files with 13 additions and 32 deletions

View File

@@ -38,10 +38,9 @@ func init() {
var err error
csvr, err = NewTpReader(dm.dataDB, NewStringCSVStorage(utils.CSVSep,
DestinationsCSVContent, TimingsCSVContent,
ActionsCSVContent,
ResourcesCSVContent, StatsCSVContent, ThresholdsCSVContent, FiltersCSVContent,
RoutesCSVContent, AttributesCSVContent, ChargersCSVContent, DispatcherCSVContent,
DispatcherHostCSVContent, RateProfileCSVContent, ActionProfileCSVContent), testTPID, "", nil, nil, false)
DispatcherHostCSVContent, RateProfileCSVContent, ActionProfileCSVContent, AccountProfileCSVContent), testTPID, "", nil, nil, false)
if err != nil {
log.Print("error when creating TpReader:", err)
}