BAEL-684 - suffix testname to match surefire configuration
This commit is contained in:
parent
2ee0a8a7a1
commit
f800e9dc4f
|
@ -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";
|
Loading…
Reference in New Issue