fix(tests): fix fix fix

This commit is contained in:
SabreCat
2023-07-28 16:08:14 -05:00
parent 16be591ed8
commit 4c60371ebd
5 changed files with 84 additions and 177 deletions

View File

@@ -17,9 +17,10 @@ describe('POST /group/:groupId/add-manager', () => {
groupDetails: {
name: groupName,
type: groupType,
privacy: 'public',
privacy: 'private',
},
members: 1,
upgradeToGroupPlan: true,
});
groupToUpdate = group;