lint: Use eslint --fix to automatically fix some issues in api v2 tests
This commit is contained in:
@@ -26,7 +26,7 @@ describe('GET /user/tasks/:id', () => {
|
||||
.to.eventually.be.rejected.and.eql({
|
||||
code: 404,
|
||||
text: t('messageTaskNotFound'),
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
it('does not get another user\'s task', async () => {
|
||||
|
||||
Reference in New Issue
Block a user