mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 08:31:22 +01:00
fix: #7508
This commit is contained in:
@@ -928,6 +928,13 @@ describe('Post\'s', function () {
|
||||
},
|
||||
], done);
|
||||
});
|
||||
|
||||
it('should not crash if id does not exist', function (done) {
|
||||
socketPosts.reject({ uid: globalModUid }, { id: '123123123' }, function (err) {
|
||||
assert.ifError(err);
|
||||
done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe('upload methods', function () {
|
||||
|
||||
Reference in New Issue
Block a user