it('returns the querystring value when input.params(PROP) is in the query', () => {
      const testCase = parseRequestParams(`$input.params('baz')`, testQuery)
      expect(testCase).to.equal('quz')
    })