Skip to content

Commit c19f61b

Browse files
committed
Fix unit test for merging mt config update
1 parent defeb66 commit c19f61b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/collections/config/unit.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,12 +354,10 @@ describe('Unit testing of the MergeWithExisting class', () => {
354354

355355
it('should merge full multi tenancy config with existing schema', () => {
356356
const merged = MergeWithExisting.multiTenancy(JSON.parse(JSON.stringify(multiTenancyConfig)), {
357-
enabled: true,
358357
autoTenantActivation: true,
359358
autoTenantCreation: true,
360359
});
361360
expect(merged).toEqual({
362-
enabled: true,
363361
autoTenantActivation: true,
364362
autoTenantCreation: true,
365363
});

0 commit comments

Comments
 (0)