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