it('should add default category to 0 if not provided', () => {
      expect(constructInterestObj({keyword: 'Brooklyn'}).obj.category)
        .to.equal(0);
    });