Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(service_test.go): add grpc resolver import and set default schem…
…e for testing The import of `google.golang.org/grpc/resolver` and setting the default scheme to "passthrough" in the test setup function enhances the testing environment for gRPC services. This change ensures that the gRPC client in tests resolves to the correct network scheme without requiring external DNS, which is crucial for consistent and isolated testing environments.
- Loading branch information