Merge pull request #7445 from rozagerardo/rozagerardo/BAEL-10220_Update-Spring-Session-article-fix-test-name

[BAEL-10220] Update Spring Session article - fix test name
This commit is contained in:
Loredana Crusoveanu 2019-07-29 21:56:59 +03:00 committed by GitHub
commit ab9856b31c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
*/
public class SessionConfigurationIntegrationTest {
public class SessionConfigurationLiveTest {
private static final String USER = "user1";
private static final String PASSWORD = "user1Pass";