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