We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0937ac commit 91a9baeCopy full SHA for 91a9bae
1 file changed
test/api-test.js
@@ -415,10 +415,7 @@ describe('API tests', function () {
415
name: '',
416
subject: '',
417
text: '',
418
- html: '',
419
- start: false,
420
- end: false,
421
- created: false
+ html: ''
422
});
423
424
r = await server
@@ -467,7 +464,6 @@ describe('API tests', function () {
467
464
468
465
text: 'Away from office until Dec.19',
469
466
html: '',
470
471
end: '2017-12-19T00:00:00.000Z',
472
created: autoreplyId.getTimestamp().toISOString()
473
@@ -480,10 +476,7 @@ describe('API tests', function () {
480
476
481
477
482
478
483
484
485
486
479
487
488
489
0 commit comments