Skip to content

Commit

Permalink
chore(test): hard code test ports due to wercker build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed May 18, 2017
1 parent 8c4e132 commit a4ef1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/tcp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ func TestTCPProxy_ProxyFail(t *testing.T) {
proxyPort := 7775
setupLocalTCP(proxyPort)
p := TCPProxy{
Port: proxyPort,
Port: 0,
Host: "localhost",
ProxyHost: "localhost",
ProxyPort: 0,
ProxyPort: proxyPort,
PacketSize: 64,
NaglesAlgorithm: true,
}
Expand Down

0 comments on commit a4ef1a6

Please sign in to comment.