it('should remove on the namespaced model', async () => {
      const response = await routes.delete('/api/sync', req);
      expect(model1.delete).toHaveBeenCalledWith(dataObject);
      expect(response).toBe('ok');