Skip to content

Commit

Permalink
fixes #125 update openapi-meta integration test (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Mar 31, 2020
1 parent 417da38 commit bf75469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public void run() {
request.getRequestHeaders().put(Headers.COOKIE, String.join(";", cookieItems));
}

connection.sendRequest(request, client.createClientCallback(reference, latch, ""));
connection.sendRequest(request, client.createClientCallback(reference, latch));
}
});
latch.await(60, TimeUnit.SECONDS);
Expand Down

0 comments on commit bf75469

Please sign in to comment.