chore: cleanup IT tests (#2040)

This commit is contained in:
Nanne Baars
2025-02-28 18:39:23 +01:00
committed by GitHub
parent b5af30c819
commit 55bd0a49db
24 changed files with 233 additions and 297 deletions

View File

@ -13,8 +13,8 @@ import lombok.Getter;
public class DisplayUser {
// intended to provide a display version of WebGoatUser for admins to view user attributes
private String username;
private boolean admin;
private final String username;
private final boolean admin;
private String userHash;
public DisplayUser(User user, String passwordSalt) {