it('should fail to find a client with this ID', (done) => {
      oauthAgent.get('/api/auth/authorize')
        .query({
          client_id: 'noNameClient',
          response_type: 'code',