We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2199e commit 94ad6b4Copy full SHA for 94ad6b4
1 file changed
test/routes/deprecated-spec.js
@@ -1590,7 +1590,8 @@ describe('/ deprecated', () => {
1590
expect(res.body.total_rows).to.equal(1, JSON.stringify(res.body));
1591
} else {
1592
debug('syncDetails', JSON.stringify(res.body));
1593
- // FIXME roles for the offline corpora are not being updated on the user due to a conflict when saving the user
+ // FIXME roles for the offline corpora are not being updated on the user
1594
+ // due to a conflict when saving the user
1595
expect(res.status).to.be.oneOf([403], JSON.stringify(res.body));
1596
}
1597
});
0 commit comments