diff --git a/cli/bpmetadata/parser/state_parser_test.go b/cli/bpmetadata/parser/state_parser_test.go index bfc7ca341643..c52efbd84655 100644 --- a/cli/bpmetadata/parser/state_parser_test.go +++ b/cli/bpmetadata/parser/state_parser_test.go @@ -119,11 +119,11 @@ func TestParseOutputTypesFromState_WithComplexTypes(t *testing.T) { "number": structpb.NewStringValue("number"), }}), }}), - "list": structpb.NewListValue(&structpb.ListValue{Values: []*structpb.Value{ + "list_output": structpb.NewListValue(&structpb.ListValue{Values: []*structpb.Value{ structpb.NewStringValue("tuple"), structpb.NewListValue(&structpb.ListValue{Values: []*structpb.Value{structpb.NewStringValue("string"), structpb.NewStringValue("string")}}), }}), - "map": structpb.NewListValue(&structpb.ListValue{Values: []*structpb.Value{ + "map_output": structpb.NewListValue(&structpb.ListValue{Values: []*structpb.Value{ structpb.NewStringValue("object"), structpb.NewStructValue(&structpb.Struct{Fields: map[string]*structpb.Value{ "foo": structpb.NewStringValue("string"),