Skip to content
Snippets Groups Projects
Commit 34a0c57a authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3961 cleanup

parent 7237bd49
Branches
Tags
No related merge requests found
......@@ -39,11 +39,12 @@ public class UserRepresentationTestFactory {
public static final String ROLE1 = "role1";
public static UserRepresentation create() {
UserRepresentation user = new UserRepresentation();
var user = new UserRepresentation();
user.setUsername(USERNAME);
user.setFirstName(FIRSTNAME);
user.setLastName(LASTNAME);
user.setClientRoles(new HashMap<>(Map.of(CLIENT_NAME, List.of(ROLE1))));
return user;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment