Skip to content

Commit

Permalink
TRIB-276: removes unused variable
Browse files Browse the repository at this point in the history
- removes userRole set from createUserWhenErrorThrown
  • Loading branch information
mrsbluerose committed Sep 4, 2024
1 parent 3844817 commit 30ba5f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public void createUserHappyPath() throws Exception {

@Test
public void createUserWhenErrorThrown() throws Exception {
Set<UserRole> rolesSet = UserTestConstants.getUserRoles_Admin_AccountHolder_PhraseReviewer();

UserRequest userRequest = new UserRequest();
userRequest.id = null;
Expand Down

0 comments on commit 30ba5f2

Please sign in to comment.