Fix test naming, now renamed as LiveTest
This commit is contained in:
parent
5aecdeb021
commit
f174fa0ae9
|
@ -15,7 +15,7 @@ import io.restassured.specification.RequestSpecification;
|
||||||
/**
|
/**
|
||||||
* This Live Test requires the service to be up and running.
|
* This Live Test requires the service to be up and running.
|
||||||
*/
|
*/
|
||||||
public class SessionConfigurationIntegrationTest {
|
public class SessionConfigurationLiveTest {
|
||||||
|
|
||||||
private static final String USER = "user1";
|
private static final String USER = "user1";
|
||||||
private static final String PASSWORD = "user1Pass";
|
private static final String PASSWORD = "user1Pass";
|
Loading…
Reference in New Issue