Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenalpha committed May 30, 2024
1 parent 46016a2 commit 0e72125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ private void setHttpClientRespondStatusCode(StatusCode statusCode) {
String url = (String) invocation.getArguments()[1];
LocalHttpClientRequest request = new LocalHttpClientRequest(httpMethod, url, vertx, event -> {

}, exceptionFactory, new LocalHttpServerResponse(vertx)) {
}, exceptionFactory, new LocalHttpServerResponse(vertx, exceptionFactory)) {
@Override
public HttpClientRequest response(Handler<AsyncResult<HttpClientResponse>> handler) {
FastFaiHttpClientResponse response = new FastFaiHttpClientResponse() {
Expand Down

0 comments on commit 0e72125

Please sign in to comment.