fixed error in IdentityProviderTest
This commit is contained in:
parent
83d88f6bb5
commit
44570d12ee
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ public class IdentityProviderTest extends AbstractAdminTest {
|
|||
Set<String> expected = new HashSet<>();
|
||||
expected.add("hardcoded-user-session-attribute-idp-mapper");
|
||||
expected.add("oidc-hardcoded-role-idp-mapper");
|
||||
expected.add("oidc-hardcoded-group-idp-mapper");
|
||||
expected.add("hardcoded-attribute-idp-mapper");
|
||||
expected.add("multi-valued-test-idp-mapper");
|
||||
expected.addAll(Arrays.asList(mapperIds));
|
||||
|
|
Loading…
Reference in a new issue