it('should add default hl to english if not provided', () => {
      expect(constructTrendingObj({geo: 'US'}).obj.hl).to.equal('en-US');
    });