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