Fix tests after updating from develop, changes applied for migrating to Spring Boot 2
This commit is contained in:
@ -74,6 +74,7 @@ public class XXETest extends IntegrationTest {
|
||||
.get(webWolfUrl("/WebWolf/requests"))
|
||||
.then()
|
||||
.extract().response().getBody().asString();
|
||||
result = result.replace("%20", " ");
|
||||
result = result.substring(result.lastIndexOf("WebGoat 8.0 rocks... ("),result.lastIndexOf("WebGoat 8.0 rocks... (")+33);
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user