Skip to content

Commit

Permalink
Update reactor-netty-http/src/test/java/reactor/netty/http/client/Htt…
Browse files Browse the repository at this point in the history
…pClientTest.java

Co-authored-by: Violeta Georgieva <[email protected]>
  • Loading branch information
jchenga and violetagg authored Jan 4, 2025
1 parent 3eff12d commit 31e7ec2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ void expectedConnectionPoolsNotEnabled() throws SSLException {
.handle((req, resp) -> resp.sendString(Flux.just("hello ", req.uri())))
.bindNow();

ConnectionProvider connectionProvider = ConnectionProvider.builder("expected-connection-pool").build();
ConnectionProvider connectionProvider = ConnectionProvider.builder("max-connection-pools").build();

StepVerifier.create(
Flux.range(1, 2)
Expand Down

0 comments on commit 31e7ec2

Please sign in to comment.