Skip to content

Commit 70968d9

Browse files
Update resource/identityschema/list_attribute_test.go
Co-authored-by: Austin Valle <[email protected]>
1 parent 71b0b09 commit 70968d9

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
@@ -582,7 +582,7 @@ func TestListAttributeValidateImplementation(t *testing.T) {
582582
"Invalid Attribute Implementation",
583583
"When validating the schema, an implementation issue was found. "+
584584
"This is always an issue with the provider and should be reported to the provider developers.\n\n"+
585-
"\"test\" contains an Attribute of type \"types.ObjectType[]\" that is not allowed for Lists in Resource Identity. "+
585+
"\"test\" contains an element of type \"types.ObjectType[]\" that is not allowed for Lists in Resource Identity. "+
586586
"Lists in Resource Identity may only have primitive element types such as Bool, Int, Float, Number and String.",
587587
),
588588
},

0 commit comments

Comments
 (0)