fixed error in IdentityProviderTest

This commit is contained in:
Daniele Martinoli 2023-06-06 13:52:18 +02:00 committed by Pedro Igor
parent 83d88f6bb5
commit 44570d12ee

View file

@ -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));