Browse Source

remove v5 from file name

kaori 4 years ago
parent
commit
1090570c1e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/test/integration/service/user-groups.test.ts

+ 0 - 1
packages/app/test/integration/service/v5.user-groups.test.ts → packages/app/test/integration/service/user-groups.test.ts

@@ -14,7 +14,6 @@ describe('UserGroupService', () => {
 
   beforeAll(async() => {
     crowi = await getInstance();
-    await crowi.configManager.updateConfigsInTheSameNamespace('crowi', { 'app:isV5Compatible': true });
 
     UserGroup = mongoose.model('UserGroup');