@@ -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- fmt . Sprintf ( "\" test\" contains an Attribute type that is not allowed for Resource Identity. " ) ,
564+ "\" test\" contains an Attribute type that is not allowed for Resource Identity. " ,
565565 ),
566566 },
567567 },
@@ -581,7 +581,7 @@ func TestListAttributeValidateImplementation(t *testing.T) {
581581 "Invalid Attribute Implementation" ,
582582 "When validating the schema, an implementation issue was found. " +
583583 "This is always an issue with the provider and should be reported to the provider developers.\n \n " +
584- fmt . Sprintf ( "\" test\" contains an Attribute type that is not allowed for Resource Identity. " ) ,
584+ "\" test\" contains an Attribute type that is not allowed for Resource Identity. " ,
585585 ),
586586 },
587587 },
@@ -601,7 +601,7 @@ func TestListAttributeValidateImplementation(t *testing.T) {
601601 "Invalid Attribute Implementation" ,
602602 "When validating the schema, an implementation issue was found. " +
603603 "This is always an issue with the provider and should be reported to the provider developers.\n \n " +
604- fmt . Sprintf ( "\" test\" contains an Attribute type that is not allowed for Resource Identity. " ) ,
604+ "\" test\" contains an Attribute type that is not allowed for Resource Identity. " ,
605605 ),
606606 },
607607 },
0 commit comments