request(url)
        .get('foo?querytest=bar')
        .expect(200)
        .end((err, res) => {
          if (err) {