Skip to content

Commit

Permalink
refactor: remove SCIMRoleManagerV2 from @PrepareForTest
Browse files Browse the repository at this point in the history
  • Loading branch information
BimsaraBodaragama committed Jul 5, 2024
1 parent e15eeb8 commit c8cf26b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/**
* Contains the unit test cases for SCIMRoleManagerV2.
*/
@PrepareForTest({SCIMRoleManagerV2.class, IdentityUtil.class})
@PrepareForTest({IdentityUtil.class})
public class SCIMRoleManagerV2Test extends PowerMockTestCase {

private static final String SAMPLE_TENANT_DOMAIN = "carbon.super";
Expand Down

0 comments on commit c8cf26b

Please sign in to comment.