BAEL-3844 : Back to LiveTest to bypass te CI build since the proxy address is dynamic
This commit is contained in:
parent
0d2076f299
commit
6e9f4d80a5
|
@ -15,7 +15,7 @@ import org.springframework.http.ResponseEntity;
|
|||
import org.springframework.http.client.SimpleClientHttpRequestFactory;
|
||||
import org.springframework.web.client.RestTemplate;
|
||||
|
||||
public class RequestFactoryUnitTest {
|
||||
public class RequestFactoryLiveTest {
|
||||
|
||||
private static final String PROXY_SERVER_HOST = "127.0.0.1";
|
||||
private static final int PROXY_SERVER_PORT = 8080;
|
|
@ -20,7 +20,7 @@ import org.springframework.http.ResponseEntity;
|
|||
import org.springframework.http.client.HttpComponentsClientHttpRequestFactory;
|
||||
import org.springframework.web.client.RestTemplate;
|
||||
|
||||
public class RestTemplateCustomizerUnitTest {
|
||||
public class RestTemplateCustomizerLiveTest {
|
||||
|
||||
private static final String PROXY_SERVER_HOST = "127.0.0.1";
|
||||
private static final int PROXY_SERVER_PORT = 8080;
|
Loading…
Reference in New Issue