mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 00:56:13 +01:00
test: fix
This commit is contained in:
@@ -565,10 +565,8 @@ describe('socket.io', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should clear sitemap cache', (done) => {
|
it('should clear sitemap cache', (done) => {
|
||||||
socketAdmin.settings.clearSitemapCache({ uid: adminUid }, {}, (err) => {
|
socketAdmin.settings.clearSitemapCache({ uid: adminUid }, {});
|
||||||
assert.ifError(err);
|
done();
|
||||||
done();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should send test email', async () => {
|
it('should send test email', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user