Skip to content

Commit

Permalink
vet
Browse files Browse the repository at this point in the history
  • Loading branch information
eshitachandwani committed Jan 3, 2025
1 parent 8f5055e commit bbd7f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/transport/proxy_ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func createAndStartBackendServer(t *testing.T) string {
// Tests the scenario where grpc.Dial is performed using a proxy with the
// default resolver in the target URI. The test verifies that the connection is
// established to the proxy server, sends the unresolved target URI in the HTTP
// CONNECT request, and is successfully connected to the backend server.
// CONNECT request and is successfully connected to the backend server.
func (s) TestGRPCDialWithProxy(t *testing.T) {
unresolvedTargetURI := createAndStartBackendServer(t)
unresolvedProxyURI, _ := transport.SetupProxy(t, transport.RequestCheck(false), false)
Expand Down

0 comments on commit bbd7f02

Please sign in to comment.