removed log in checkresults

This commit is contained in:
Rene Zubcevic 2019-09-18 16:16:44 +02:00
parent 30d38f9b56
commit a5cb5b0e8e

View File

@ -212,7 +212,6 @@ public abstract class IntegrationTest {
.cookie("JSESSIONID", getWebGoatCookie()) .cookie("JSESSIONID", getWebGoatCookie())
.get(url("service/lessonoverview.mvc")) .get(url("service/lessonoverview.mvc"))
.then() .then()
.log().all()
.statusCode(200).extract().jsonPath().getList("solved"), CoreMatchers.everyItem(CoreMatchers.is(true))); .statusCode(200).extract().jsonPath().getList("solved"), CoreMatchers.everyItem(CoreMatchers.is(true)));
Assert.assertThat(RestAssured.given() Assert.assertThat(RestAssured.given()