improved coverage tests at utils

This commit is contained in:
gezimbll
2022-10-19 09:51:34 -04:00
committed by Dan Christian Bogos
parent d7ee81c86e
commit fda4b00f5d

View File

@@ -25,6 +25,7 @@ import (
)
func TestAttributeSCfgloadFromJsonCfg(t *testing.T) {
jsonCfg := &AttributeSJsonCfg{
Enabled: utils.BoolPointer(true),
Indexed_selects: utils.BoolPointer(false),