password reset support for using www.webwolf.local

This commit is contained in:
René Zubcevic
2019-12-23 14:01:39 +01:00
committed by Nanne Baars
parent 59076fc9ef
commit f79ad452d2
2 changed files with 1 additions and 2 deletions

View File

@ -189,7 +189,6 @@ public abstract class IntegrationTest {
.formParams(params)
.post(url)
.then()
.log().all()
.statusCode(200)
.extract().path("lessonCompleted"), CoreMatchers.is(expectedResult));
}