Skip to content

Commit f26521a

Browse files
committed
not sure what happened lol
1 parent 4a7dff2 commit f26521a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/testing/testsdk/providerserver/providerserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ func (s ProviderServer) ApplyResourceChange(ctx context.Context, req *tfprotov6.
243243
}
244244

245245
if newIdentity != nil {
246-
newIdentity, diag := IdentityValuetoDynamicValue(identitySchemaResp.Schema, *newIdentity)
246+
newIdentityVal, diag := IdentityValuetoDynamicValue(identitySchemaResp.Schema, *newIdentity)
247247

248248
if diag != nil {
249249
resp.Diagnostics = append(resp.Diagnostics, diag)

0 commit comments

Comments
 (0)