removed log in checkresults
This commit is contained in:
parent
30d38f9b56
commit
a5cb5b0e8e
@ -212,7 +212,6 @@ public abstract class IntegrationTest {
|
||||
.cookie("JSESSIONID", getWebGoatCookie())
|
||||
.get(url("service/lessonoverview.mvc"))
|
||||
.then()
|
||||
.log().all()
|
||||
.statusCode(200).extract().jsonPath().getList("solved"), CoreMatchers.everyItem(CoreMatchers.is(true)));
|
||||
|
||||
Assert.assertThat(RestAssured.given()
|
||||
|
Loading…
x
Reference in New Issue
Block a user