Skip to content

Commit

Permalink
Fix the override of port for ethr mode. (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: Pankaj Garg <[email protected]>
  • Loading branch information
ipankajg and Pankaj Garg authored Nov 25, 2020
1 parent b4f4f29 commit d81e3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func runClient(testParam EthrTestParam, clientParam ethrClientParam, server stri
if err != nil {
return
}
if !xMode && port != "" {
if !xMode {
// For Ethr to Ethr tests, override the port supplied as part
// of the server name/url.
port = gEthrPortStr
Expand Down

0 comments on commit d81e3ed

Please sign in to comment.