Fixed test for onstor

This commit is contained in:
andronache
2021-10-01 10:45:04 +03:00
committed by Dan Christian Bogos
parent c24fabcf80
commit 7bae909e38

View File

@@ -88,7 +88,6 @@ func testActionsitInitCfg(t *testing.T) {
t.Error(err)
}
actsLclCfg.DataFolderPath = *dataDir // Share DataFolderPath through config towards StoreDb for Flush()
config.SetCgrConfig(actsLclCfg)
}
func testActionsitInitCdrDb(t *testing.T) {