supertest
          .agent(app)
          .get('/api/v1/user/info')
          .expect('Content-Type', /json/)
          .expect(200, {