Skip to content

Commit

Permalink
Removes dependency on Identity module inside InternalSubjectTests
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Jan 4, 2023
1 parent 3153ba7 commit 9ec3597
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public class InternalSubjectTests extends OpenSearchTestCase {

@Before
public void initRealm() {
final AuthenticationManager authManager = new InternalAuthenticationManager();
Identity.setAuthManager(authManager);
new InternalAuthenticationManager();
}

@After
Expand Down

0 comments on commit 9ec3597

Please sign in to comment.