fix(tests): missed alt test suite versions

This commit is contained in:
SabreCat
2022-06-09 15:22:23 -05:00
parent 85c7c7ea57
commit d668fd8920
2 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ describe('POST /user/reset', () => {
});
it('does not delete challenge or group tasks', async () => {
const guild = await generateGroup(user);
const guild = await generateGroup(user, {}, { 'purchased.plan.customerId': 'group-unlimited' });
const challenge = await generateChallenge(user, guild);
await user.post(`/challenges/${challenge._id}/join`);
await user.post(`/tasks/challenge/${challenge._id}`, {