|
@@ -146,6 +146,7 @@ describe('KeycloakUserGroupSyncService.generateExternalUserGroupTrees', () => {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
beforeAll(async() => {
|
|
beforeAll(async() => {
|
|
|
|
|
+ await configManager.loadConfigs();
|
|
|
await configManager.updateConfigs(configParams, { skipPubsub: true });
|
|
await configManager.updateConfigs(configParams, { skipPubsub: true });
|
|
|
keycloakUserGroupSyncService = new KeycloakUserGroupSyncService(null, null);
|
|
keycloakUserGroupSyncService = new KeycloakUserGroupSyncService(null, null);
|
|
|
keycloakUserGroupSyncService.init('oidc');
|
|
keycloakUserGroupSyncService.init('oidc');
|