mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-24 01:10:31 +01:00
test: fix tpl name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user