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