This commit is contained in:
Marcin Grzejszczak
2019-02-18 09:20:24 +01:00
parent 6383285265
commit 9ce1b0374d

View File

@@ -103,7 +103,7 @@ public final class WireMockTestExecutionListener extends AbstractTestExecutionLi
.isHttpsPortDynamic();
if (log.isDebugEnabled()) {
int httpPort = wireMockProperties.wireMock.getServer().getPort();
int httpsPort = wireMockProperties.wireMock.getServer().getPort();
int httpsPort = wireMockProperties.wireMock.getServer().getHttpsPort();
log.debug("Http port [" + httpPort + "] dynamic [" + httpPortDynamic + "]"
+ " https port [" + httpsPort + "] dynamic [" + httpsPortDynamic
+ "]");