BAEL-3844 : Back to LiveTest to bypass te CI build since the proxy address is dynamic

This commit is contained in:
Roque Santos 2020-06-03 19:58:40 -03:00
parent 0d2076f299
commit 6e9f4d80a5
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;