it('should not require a callback function', () => {
      expect(constructInterestObj({keyword: 'Brooklyn'}).obj)
        .to.not.be.an('error');
    });