This commit is contained in:
Nanne Baars
2019-09-20 17:10:58 +02:00
parent 6fe5831f11
commit f29b923eef
3 changed files with 19 additions and 20 deletions

View File

@ -87,7 +87,6 @@ public class GeneralLessonTest extends IntegrationTest {
.get(url("/WebGoat/HttpProxies/intercept-request?changeMe=Requests are tampered easily")).then()
.statusCode(200).extract().path("lessonCompleted"), CoreMatchers.is(true));
checkResults("/HttpProxies/");
}
@Test