From 582f41573da33fff9e0926cba6238ead13eafe09 Mon Sep 17 00:00:00 2001 From: adragusin Date: Fri, 29 Nov 2019 09:06:37 +0200 Subject: [PATCH] Updated paths in configSanity tests --- config/configsanity_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/configsanity_test.go b/config/configsanity_test.go index 02c03990e..195de929b 100644 --- a/config/configsanity_test.go +++ b/config/configsanity_test.go @@ -187,8 +187,8 @@ func TestConfigSanityLoaders(t *testing.T) { cfg.loaderCfg = LoaderSCfgs{ &LoaderSCfg{ Enabled: true, - TpInDir: "/usr/share/cgrates", - TpOutDir: "/usr/share/cgrates", + TpInDir: "/", + TpOutDir: "/", Data: []*LoaderDataType{ &LoaderDataType{ Type: "wrongtype", @@ -204,8 +204,8 @@ func TestConfigSanityLoaders(t *testing.T) { cfg.loaderCfg = LoaderSCfgs{ &LoaderSCfg{ Enabled: true, - TpInDir: "/usr/share/cgrates", - TpOutDir: "/usr/share/cgrates", + TpInDir: "/", + TpOutDir: "/", Data: []*LoaderDataType{ &LoaderDataType{ Type: utils.MetaStats, @@ -657,8 +657,8 @@ func TestConfigSanityEventReader(t *testing.T) { &EventReaderCfg{ ID: "test3", Type: utils.MetaFileCSV, - ProcessedPath: "/usr/share/cgrates", - SourcePath: "/usr/share/cgrates", + ProcessedPath: "/", + SourcePath: "/", FieldSep: "", }, }