Skip to content

Commit d81e3ed

Browse files
ipankajgPankaj Garg
andauthored
Fix the override of port for ethr mode. (#133)
Co-authored-by: Pankaj Garg <[email protected]>
1 parent b4f4f29 commit d81e3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func runClient(testParam EthrTestParam, clientParam ethrClientParam, server stri
125125
if err != nil {
126126
return
127127
}
128-
if !xMode && port != "" {
128+
if !xMode {
129129
// For Ethr to Ethr tests, override the port supplied as part
130130
// of the server name/url.
131131
port = gEthrPortStr

0 commit comments

Comments
 (0)