BAEL-542 rename test to LiveTest suffix

This commit is contained in:
Tomasz Lelek 2017-02-04 18:02:28 +01:00 committed by Andrew Morgan
parent cc70eae896
commit c8f6bed73d

View File

@ -11,7 +11,7 @@ import static com.jayway.restassured.RestAssured.given;
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = {TestConfig.class}, loader = AnnotationConfigContextLoader.class)
public class ResourceEndpointTest {
public class ResourceEndpointLiveTest {
private static final String URL_PREFIX = "http://localhost:8080";
@Test