BAEL-797 formatting test and removing created by headers on files
This commit is contained in:
+7
-7
@@ -212,13 +212,13 @@ public class LiveTest {
|
||||
|
||||
private SessionData login() {
|
||||
sessionFilter = new SessionFilter();
|
||||
Response getLoginResponse =
|
||||
RestAssured.given().
|
||||
filter(sessionFilter).
|
||||
when().
|
||||
get("/").
|
||||
then().
|
||||
extract().response();
|
||||
Response getLoginResponse = RestAssured.given()
|
||||
.filter(sessionFilter)
|
||||
.when()
|
||||
.get("/")
|
||||
.then()
|
||||
.extract()
|
||||
.response();
|
||||
return new SessionData(getLoginResponse.cookie("XSRF-TOKEN"), sessionFilter.getSessionId());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user