From 4dc8311843d178e3f9038746780823d758f06db5 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Wed, 30 Dec 2015 15:30:57 +0200 Subject: [PATCH] use raters conf file --- agents/hapool_it_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/hapool_it_test.go b/agents/hapool_it_test.go index 4b6311c55..81908d728 100644 --- a/agents/hapool_it_test.go +++ b/agents/hapool_it_test.go @@ -33,7 +33,7 @@ func TestHaPoolInitCfg(t *testing.T) { if !*testIntegration { return } - daCfgPath = path.Join(*dataDir, "conf", "samples", "hapool", "dagent") + daCfgPath = path.Join(*dataDir, "conf", "samples", "hapool", "cgrrater1") // Init config first var err error daCfg, err = config.NewCGRConfigFromFolder(daCfgPath)