소스 검색

reset ldap serverUrl

Futa Arai 2 년 전
부모
커밋
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