Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeroucou committed Sep 14, 2023
1 parent 233d16c commit 8cd280f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/edu/harvard/iq/dataverse/api/UsersIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ public void testMergeAccounts(){
createGroup.then().assertThat()
.statusCode(CREATED.getStatusCode());

// String groupIdentifier = JsonPath.from(createGroup.asString()).getString("data.identifier");

List<String> roleAssigneesToAdd = Arrays.asList(user2identifier, target2identifier);
Response addToGroup = UtilIT.addToGroup(dataverseAlias, aliasInOwner, roleAssigneesToAdd, superuserApiToken);
addToGroup.prettyPrint();
Expand Down

0 comments on commit 8cd280f

Please sign in to comment.