Skip to content

Commit

Permalink
Pump test port number to avoid collision
Browse files Browse the repository at this point in the history
Port 8084 seems to be used in github workers.

Signed-off-by: Pablo Chacin <pablochacin@gmail.com>
  • Loading branch information
pablochacin committed Nov 6, 2022
1 parent 7c504ce commit 641e9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/disruptors/http/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ func Test_Proxy(t *testing.T) {
Excluded: nil,
},
target: Target{
Port: 8084,
Port: 8085, // port 8084 is used in github's workers
},
config: ProxyConfig{
ListeningPort: 9084,
ListeningPort: 9085,
},
path: "",
statusCode: 200,
Expand Down

0 comments on commit 641e9b8

Please sign in to comment.