Skip to content

Commit 9e31baf

Browse files
austinvallebbasata
andauthored
Update variable naming to avoid shadowing variable
Co-authored-by: Baraa Basata <[email protected]>
1 parent aafb9fe commit 9e31baf

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
@@ -252,7 +252,7 @@ func (s ProviderServer) ApplyResourceChange(ctx context.Context, req *tfprotov6.
252252
}
253253

254254
resp.NewIdentity = &tfprotov6.ResourceIdentityData{
255-
IdentityData: newIdentity,
255+
IdentityData: newIdentityVal,
256256
}
257257
}
258258

0 commit comments

Comments
 (0)