Fixed issues with bound ports
This commit is contained in:
@@ -42,7 +42,7 @@ import org.springframework.util.SocketUtils
|
||||
|
||||
class DslToWireMockClientConverterSpec extends Specification {
|
||||
|
||||
static int port = SocketUtils.findAvailableTcpPort()
|
||||
int port = SocketUtils.findAvailableTcpPort()
|
||||
@Rule public WireMockRule wireMockRule = new WireMockRule(port)
|
||||
@Rule public TemporaryFolder tmpFolder = new TemporaryFolder()
|
||||
TestRestTemplate restTemplate = new TestRestTemplate()
|
||||
|
||||
Reference in New Issue
Block a user