diff --git a/cli/bpmetadata/parser/state_parser_test.go b/cli/bpmetadata/parser/state_parser_test.go index e8027d567803..bfc7ca341643 100644 --- a/cli/bpmetadata/parser/state_parser_test.go +++ b/cli/bpmetadata/parser/state_parser_test.go @@ -80,7 +80,7 @@ func TestParseOutputTypesFromState_WithComplexTypes(t *testing.T) { } ] }, - "list": { + "list_output": { "value": [ "foo", "bar" @@ -93,7 +93,7 @@ func TestParseOutputTypesFromState_WithComplexTypes(t *testing.T) { ] ] }, - "map": { + "map_output": { "value": { "foo": "bar", "number": 42