mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
Fix test not passing for domain sockets due to not using the correct address in client
This commit is contained in:
@@ -5487,7 +5487,7 @@ public abstract class HttpTest extends HttpTestBase {
|
||||
server.requestHandler(req -> {
|
||||
req.response().end();
|
||||
});
|
||||
startServer();
|
||||
startServer(testAddress);
|
||||
client.close();
|
||||
Context ctx = vertx.getOrCreateContext();
|
||||
CompletableFuture<HttpClientRequest> reqFut = new CompletableFuture<>();
|
||||
|
||||
Reference in New Issue
Block a user