test: fix tpl name

isekai-main
Barış Soner Uşaklı 3 years ago
parent 6d186ff10d
commit edf7c647e8

@ -567,7 +567,7 @@ describe('socket.io', () => {
});
it('should send test email', async () => {
const tpls = ['digest', 'test', 'verify', 'welcome', 'notification', 'invitation'];
const tpls = ['digest', 'banned', 'verify', 'welcome', 'notification', 'invitation'];
try {
for (const tpl of tpls) {
// eslint-disable-next-line no-await-in-loop

Loading…
Cancel
Save