From 7bae909e3817a4c284db6df2ea43449b9a53da4a Mon Sep 17 00:00:00 2001 From: andronache Date: Fri, 1 Oct 2021 10:45:04 +0300 Subject: [PATCH] Fixed test for onstor --- engine/actions_it_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/actions_it_test.go b/engine/actions_it_test.go index f1e837bd2..85f43d2d4 100644 --- a/engine/actions_it_test.go +++ b/engine/actions_it_test.go @@ -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) {