Skip to content

Commit

Permalink
Fix unit test for merging mt config update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmith023 committed Nov 13, 2024
1 parent defeb66 commit c19f61b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/collections/config/unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,12 +354,10 @@ describe('Unit testing of the MergeWithExisting class', () => {

it('should merge full multi tenancy config with existing schema', () => {
const merged = MergeWithExisting.multiTenancy(JSON.parse(JSON.stringify(multiTenancyConfig)), {
enabled: true,
autoTenantActivation: true,
autoTenantCreation: true,
});
expect(merged).toEqual({
enabled: true,
autoTenantActivation: true,
autoTenantCreation: true,
});
Expand Down

0 comments on commit c19f61b

Please sign in to comment.