diff --git a/pkg/strvals/parser_test.go b/pkg/strvals/parser_test.go index 9e83bb4ac..fa8a28b9e 100644 --- a/pkg/strvals/parser_test.go +++ b/pkg/strvals/parser_test.go @@ -267,7 +267,7 @@ func TestParseSet(t *testing.T) { }, { "emptylist={}", - map[string]interface{}{"emptylist": []interface{}{}}, + map[string]interface{}{"emptylist": []interface{}{map[string]interface{}{}}}, false, }, {