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

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

@@ -159,7 +159,6 @@ describe('LdapUserGroupSyncService.generateExternalUserGroupTrees', () => {
       };
       const expectedParentNode = {
         id: 'cn=parentGroup,ou=groups,dc=example,dc=org',
-        // name is undefined
         userInfos: [{
           id: 'parentGroupUser',
           username: 'parentGroupUser',
@@ -172,7 +171,6 @@ describe('LdapUserGroupSyncService.generateExternalUserGroupTrees', () => {
       };
       const expectedGrandParentNode = {
         id: 'cn=grandParentGroup,ou=groups,dc=example,dc=org',
-        // email is undefined
         userInfos: [{
           id: 'grandParentGroupUser',
           username: 'grandParentGroupUser',
@@ -189,7 +187,6 @@ describe('LdapUserGroupSyncService.generateExternalUserGroupTrees', () => {
       const rootNode = rootNodes.find(node => node.id === 'cn=rootGroup,ou=groups,dc=example,dc=org');
       const expectedRootNode = {
         id: 'cn=rootGroup,ou=groups,dc=example,dc=org',
-        // email is undefined
         userInfos: [{
           id: 'rootGroupUser',
           username: 'rootGroupUser',