password reset support for using www.webwolf.local
This commit is contained in:
committed by
Nanne Baars
parent
59076fc9ef
commit
f79ad452d2
@ -189,7 +189,6 @@ public abstract class IntegrationTest {
|
||||
.formParams(params)
|
||||
.post(url)
|
||||
.then()
|
||||
.log().all()
|
||||
.statusCode(200)
|
||||
.extract().path("lessonCompleted"), CoreMatchers.is(expectedResult));
|
||||
}
|
||||
|
Reference in New Issue
Block a user