Skip to content

Commit 8a3005e

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

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
@@ -561,7 +561,7 @@ func TestListAttributeValidateImplementation(t *testing.T) {
561561
"Invalid Attribute Implementation",
562562
"When validating the schema, an implementation issue was found. "+
563563
"This is always an issue with the provider and should be reported to the provider developers.\n\n"+
564-
"\"test\" contains an Attribute of type \"basetypes.DynamicType\" that is not allowed for Lists in Resource Identity. "+
564+
"\"test\" contains an element of type \"basetypes.DynamicType\" that is not allowed for Lists in Resource Identity. "+
565565
"Lists in Resource Identity may only have primitive element types such as Bool, Int, Float, Number and String.",
566566
),
567567
},

0 commit comments

Comments
 (0)