describe('# GET /clients', () => {
    it('should return a list of clients', (done) => {
      adminSesh.get('/clients')
        .expect(httpStatus.OK)
        .then((res) => {