Skip to content

Commit

Permalink
Remove the comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Oct 10, 2023
1 parent ea03561 commit 4e24045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public void testSecurityManagerCheck() {
try {
jwtAuth.extractCredentials(new FakeRestRequest(headers, new HashMap<>()).asSecurityRequest(), null);
} finally {
System.setSecurityManager(null); // Reset to the default security manager
System.setSecurityManager(null);
}

verify(mockSecurityManager, times(2)).checkPermission(any(SpecialPermission.class));
Expand Down

0 comments on commit 4e24045

Please sign in to comment.