Fix test naming, now renamed as LiveTest

This commit is contained in:
Gerardo Roza 2019-07-29 09:55:54 -03:00
parent 5aecdeb021
commit f174fa0ae9
1 changed files with 1 additions and 1 deletions

View File

@ -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";