BAEL-684 - suffix testname to match surefire configuration

This commit is contained in:
slavisa-baeldung 2017-02-18 07:47:36 +01:00
parent 2ee0a8a7a1
commit f800e9dc4f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import org.springframework.http.*;
import org.springframework.util.LinkedMultiValueMap;
import org.springframework.util.MultiValueMap;
public class IntegrationTest {
public class IntegrationLiveTest {
private TestRestTemplate testRestTemplate = new TestRestTemplate();
private String testUrl = "http://localhost:8080";