diff --git a/config/attributescfg_test.go b/config/attributescfg_test.go index 6444272a4..7b350416d 100644 --- a/config/attributescfg_test.go +++ b/config/attributescfg_test.go @@ -25,6 +25,7 @@ import ( ) func TestAttributeSCfgloadFromJsonCfg(t *testing.T) { + jsonCfg := &AttributeSJsonCfg{ Enabled: utils.BoolPointer(true), Indexed_selects: utils.BoolPointer(false),