mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
Use correct test address in HttpTest#testWorkerServer so it works with native test profile
This commit is contained in:
@@ -3341,7 +3341,7 @@ public abstract class HttpTest extends HttpTestBase {
|
||||
assertTrue(current.isWorkerContext());
|
||||
assertSame(context, current);
|
||||
connCount.incrementAndGet(); // No complete here as we may have 1 or 5 connections depending on the protocol
|
||||
}).listen()
|
||||
}).listen(testAddress)
|
||||
.<Void>mapEmpty()
|
||||
.onComplete(startPromise);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user