it('should not throw an error when we try to activate a user', async () => {
            const user = {
                active: true,
                type: 'user',
            };