Skip to content

Commit

Permalink
Port number should be removed from testHTTP2 test (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan authored Oct 20, 2021
1 parent a229efd commit c4ecbce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private URI generateUri() throws URISyntaxException {

@Test
public void testHTTP2() {
RestClientBuilder builder = RestClientBuilder.newBuilder().baseUri(URI.create("https://nghttp2.org:443/"));
RestClientBuilder builder = RestClientBuilder.newBuilder().baseUri(URI.create("https://nghttp2.org/"));

Vertx vertx = Vertx.vertx();

Expand Down

0 comments on commit c4ecbce

Please sign in to comment.