Skip to content

Commit 544bed2

Browse files
Update resource/identityschema/list_attribute_test.go
Co-authored-by: Austin Valle <[email protected]>
1 parent 4f6268e commit 544bed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource/identityschema/list_attribute_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ func TestListAttributeValidateImplementation(t *testing.T) {
603603
"Invalid Attribute Implementation",
604604
"When validating the schema, an implementation issue was found. "+
605605
"This is always an issue with the provider and should be reported to the provider developers.\n\n"+
606-
"\"test\" contains an Attribute of type \"types.MapType[!!! MISSING TYPE !!!]\" that is not allowed for Lists in Resource Identity. "+
606+
"\"test\" contains an element of type \"types.MapType[!!! MISSING TYPE !!!]\" that is not allowed for Lists in Resource Identity. "+
607607
"Lists in Resource Identity may only have primitive element types such as Bool, Int, Float, Number and String.",
608608
),
609609
},

0 commit comments

Comments
 (0)