fix: challenge test fails sometimes when calling scoreboard endpoint
This commit is contained in:
@ -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/", "");
|
||||
|
Reference in New Issue
Block a user