|
|
@ -565,11 +565,9 @@ 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 () => {
|
|
|
|
const tpls = ['digest', 'banned', 'verify', 'welcome', 'notification', 'invitation'];
|
|
|
|
const tpls = ['digest', 'banned', 'verify', 'welcome', 'notification', 'invitation'];
|
|
|
|