Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update testing.md to remove deprecated WithInsecure GRPC dial option
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