Skip to content

Commit

Permalink
Sarthak | Changes the port in a test to correct the failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakMakhija committed Aug 18, 2023
1 parent 395b225 commit 53a2a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/worker_group_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func TestSendsRequestsOnANonRunningServer(t *testing.T) {
concurrency,
totalRequests,
[]byte("HelloWorld"),
"localhost:8084",
"localhost:8090",
))
loadGenerationResponseChannel := workerGroup.Run()

Expand Down

0 comments on commit 53a2a47

Please sign in to comment.