From fda4b00f5d84b78788cb07a524eac72e457e0a82 Mon Sep 17 00:00:00 2001 From: gezimbll Date: Wed, 19 Oct 2022 09:51:34 -0400 Subject: [PATCH] improved coverage tests at utils --- config/attributescfg_test.go | 1 + 1 file changed, 1 insertion(+) 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),