fix: challenge test fails sometimes when calling scoreboard endpoint

This commit is contained in:
Nanne Baars
2023-02-15 17:28:15 +00:00
parent eb4c8388f8
commit 3ec34b0df5
3 changed files with 99 additions and 103 deletions

View File

@ -26,7 +26,7 @@ public abstract class IntegrationTest {
@Getter
private String webWolfCookie;
@Getter
private String user = "webgoat";
private final String user = "webgoat";
protected String url(String url) {
url = url.replaceFirst("/WebGoat/", "");