Futa Arai 2 лет назад
Родитель
Сommit
ca9060fffd
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      apps/app/test/integration/service/ldap-user-group-sync.test.ts

+ 4 - 0
apps/app/test/integration/service/ldap-user-group-sync.test.ts

@@ -35,6 +35,10 @@ describe('LdapUserGroupSyncService.generateExternalUserGroupTrees', () => {
     });
   });
 
+  afterAll(async() => {
+    await configManager.updateConfigsInTheSameNamespace('crowi', { 'security:passport-ldap:serverUrl': undefined }, true);
+  });
+
   describe('When there is no circular reference in group tree', () => {
     it('creates ExternalUserGroupTrees', async() => {
       // mock search on LDAP server