review comments processed

This commit is contained in:
René Zubcevic
2019-09-18 17:46:32 +02:00
parent a5cb5b0e8e
commit 4777dab57a
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import static io.restassured.RestAssured.given;
public abstract class IntegrationTest {
protected static int WG_PORT = 8081;
protected static int WG_PORT = 8080;
protected static int WW_PORT = 9090;
private static String WEBGOAT_URL = "http://127.0.0.1:" + WG_PORT + "/WebGoat/";
private static String WEBWOLF_URL = "http://127.0.0.1:" + WW_PORT + "/";