فهرست منبع

remove unnecessary comment

Futa Arai 2 سال پیش
والد
کامیت
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 = {
       const expectedParentNode = {
         id: 'cn=parentGroup,ou=groups,dc=example,dc=org',
         id: 'cn=parentGroup,ou=groups,dc=example,dc=org',
-        // name is undefined
         userInfos: [{
         userInfos: [{
           id: 'parentGroupUser',
           id: 'parentGroupUser',
           username: 'parentGroupUser',
           username: 'parentGroupUser',
@@ -172,7 +171,6 @@ describe('LdapUserGroupSyncService.generateExternalUserGroupTrees', () => {
       };
       };
       const expectedGrandParentNode = {
       const expectedGrandParentNode = {
         id: 'cn=grandParentGroup,ou=groups,dc=example,dc=org',
         id: 'cn=grandParentGroup,ou=groups,dc=example,dc=org',
-        // email is undefined
         userInfos: [{
         userInfos: [{
           id: 'grandParentGroupUser',
           id: 'grandParentGroupUser',
           username: '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 rootNode = rootNodes.find(node => node.id === 'cn=rootGroup,ou=groups,dc=example,dc=org');
       const expectedRootNode = {
       const expectedRootNode = {
         id: 'cn=rootGroup,ou=groups,dc=example,dc=org',
         id: 'cn=rootGroup,ou=groups,dc=example,dc=org',
-        // email is undefined
         userInfos: [{
         userInfos: [{
           id: 'rootGroupUser',
           id: 'rootGroupUser',
           username: 'rootGroupUser',
           username: 'rootGroupUser',