Skip to content

Commit

Permalink
Deletes user USER_TEST and role API_SUBSCRIBER
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirishikesan committed Jan 24, 2024
1 parent 06b7940 commit e570a95
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1231,6 +1231,8 @@ public void testKeyManagerPermissions() throws Exception {

@AfterClass(alwaysRun = true)
public void destroy() throws Exception {
userManagementClient.deleteUser(USER_TEST);
userManagementClient.deleteRole(API_SUBSCRIBER);
super.cleanUp();
}
}

0 comments on commit e570a95

Please sign in to comment.