it('should add default category to \'all\' if not provided', () => {
      expect(constructTrendingObj({geo: 'US'}).obj.category).to.equal('all');
    });