Updated internalDB integration tests

This commit is contained in:
Trial97
2020-06-29 18:11:20 +03:00
parent 2e38389381
commit f4fe295cd1
53 changed files with 952 additions and 1067 deletions

View File

@@ -42,7 +42,7 @@ func init() {
ActionsCSVContent, ActionPlansCSVContent, ActionTriggersCSVContent, AccountActionsCSVContent,
ResourcesCSVContent, StatsCSVContent, ThresholdsCSVContent, FiltersCSVContent,
RoutesCSVContent, AttributesCSVContent, ChargersCSVContent, DispatcherCSVContent,
DispatcherHostCSVContent, RateProfileCSVContent), testTPID, "", nil, nil)
DispatcherHostCSVContent, RateProfileCSVContent), testTPID, "", nil, nil, false)
if err != nil {
log.Print("error when creating TpReader:", err)
}