it('should return all sms associated to the contact', (done)=> {
        agent.get('/getSms/0794243073')
          .set('x-access-token', token)
          .expect(200)
          .end((err, response) => {