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