test: fix

isekai-main
Barış Soner Uşaklı 3 years ago
parent cfd474487a
commit 26f00ffb60

@ -565,10 +565,8 @@ describe('socket.io', () => {
});
it('should clear sitemap cache', (done) => {
socketAdmin.settings.clearSitemapCache({ uid: adminUid }, {}, (err) => {
assert.ifError(err);
done();
});
socketAdmin.settings.clearSitemapCache({ uid: adminUid }, {});
done();
});
it('should send test email', async () => {

Loading…
Cancel
Save