Merge pull request #12 from TouK/mockserver

Update httpclient
This commit is contained in:
Dominik Przybysz 2021-06-08 07:58:37 +02:00 committed by GitHub
commit 82b22565d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

View file

@ -28,7 +28,6 @@ import pl.touk.mockserver.client.RemoteMockServer
import pl.touk.mockserver.client.Util
import pl.touk.mockserver.server.HttpMockServer
import spock.lang.AutoCleanup
import spock.lang.Shared
import spock.lang.Specification
class MockServerIntegrationTest extends Specification {
@ -38,7 +37,6 @@ class MockServerIntegrationTest extends Specification {
@AutoCleanup('stop')
HttpMockServer httpMockServer
@Shared
CloseableHttpClient client = HttpClients.createDefault()
def setup() {

View file

@ -21,7 +21,6 @@ class MockServerMaxUsesTest extends Specification {
@AutoCleanup('stop')
HttpMockServer httpMockServer
@Shared
CloseableHttpClient client = HttpClients.createDefault()
def setup() {