Skip to content

Commit

Permalink
Do not append the port to authority
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Nov 25, 2021
1 parent abf4d69 commit 81046f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ func dial(ctx *TestContext, host, domain string) (*grpc.ClientConn, error) {
if !hasPort(host) {
host = net.JoinHostPort(host, defaultPort)
}
if !hasPort(domain) {
domain = net.JoinHostPort(domain, defaultPort)
}

secureOpt := grpc.WithInsecure()
if test.ServingFlags.HTTPS {
Expand Down

0 comments on commit 81046f2

Please sign in to comment.