it('should be able to get authorization page', (done) => {
      oauthAgent.get('/api/auth/authorize')
        .query({
          client_id: 'sylowTestClient',
          response_type: 'code',