Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(testing): switch deprecated WithInsecure to WithTransportCredent…
…ials (#10091) The public [GRPC docs](https://pkg.go.dev/google.golang.org/grpc#WithInsecure) mention the following with regards to `grpc.WithInsecure`: > Deprecated: use WithTransportCredentials and insecure.NewCredentials() instead. Will be supported throughout 1.x. This change updates the example to use `WithTransportCredentials()` along with `insecure.NewCredentials()` instead of the deprecated option.
- Loading branch information