it('should return an error if endTime is not a date', () => {
      expect(constructInterestObj({
        keyword: 'test',
        endTime: '2018-01-01',
      }).obj).to.be.an('error');