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 3c9aa2a commit af6a4cfCopy full SHA for af6a4cf
1 file changed
test/api-test.js
@@ -469,7 +469,7 @@ describe('API tests', function () {
469
html: '',
470
start: false,
471
end: '2017-12-19T00:00:00.000Z',
472
- created: autoreplyId.getTimestamp().toISOString()
+ created: r.body.created // created might have been changed to new date
473
});
474
475
await server.delete(`/users/${userId}/autoreply`).expect(200);
0 commit comments