add live profile

This commit is contained in:
DOHA
2016-09-23 12:26:48 +02:00
parent 8fce6c4440
commit eaa04c6c7f
3 changed files with 58 additions and 6 deletions
@@ -7,7 +7,7 @@ import org.junit.Test;
import com.jayway.restassured.RestAssured;
public class RequestMappingLiveTest {
private static String BASE_URI = "http://localhost:8080/spring-rest/ex/";
private static String BASE_URI = "http://localhost:8082/spring-rest/ex/";
@Test
public void givenSimplePath_whenGetFoos_thenOk() {
@@ -21,9 +21,9 @@ import org.springframework.web.client.RestTemplate;
/**
* Integration Test class. Tests methods hits the server's rest services.
*/
public class SpringHttpMessageConvertersIntegrationTestsCase {
public class SpringHttpMessageConvertersLiveTest {
private static String BASE_URI = "http://localhost:8080/spring-rest/";
private static String BASE_URI = "http://localhost:8082/spring-rest/";
/**
* Without specifying Accept Header, uses the default response from the