describe('# DELETE /clients/:id', () => {
    it('should fail to delete a client', (done) => {
      adminSesh.delete('/clients/593576a8570f1de0f3303c87')
        .expect(httpStatus.NOT_FOUND)
        .then((res) => {