function next () {
      expect(req.query).to.be.deep.equal({
        bar: 'foo', hello: 'world'
      })
      expect(req.url).to.be.equal('host?bar=foo&hello=world')