Skip to content

Commit 25209ea

Browse files
committed
updated expected error message
1 parent 5107239 commit 25209ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/fwserver/server_getmetadata_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ func TestServerGetMetadata(t *testing.T) {
839839
diag.NewErrorDiagnostic(
840840
"ListResource Type Defined without a Matching Managed Resource Type",
841841
"The test_resource_1 ListResource type name was returned, but no matching managed Resource type was defined. "+
842-
"If the matching managed Resource type is a legacy resource, ProtoV5Schema and ProtoV5IdentitySchema must be specified in the Metadata method. "+
842+
"If the matching managed Resource type is a legacy resource, ProtoV5Schema and ProtoV5IdentitySchema must be specified in the RawV5Schemas method. "+
843843
"This is always an issue with the provider and should be reported to the provider developers.",
844844
),
845845
},

0 commit comments

Comments
 (0)