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