mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 08:31:22 +01:00
test: fix tpl name
This commit is contained in:
@@ -567,7 +567,7 @@ describe('socket.io', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should send test email', async () => {
|
it('should send test email', async () => {
|
||||||
const tpls = ['digest', 'test', 'verify', 'welcome', 'notification', 'invitation'];
|
const tpls = ['digest', 'banned', 'verify', 'welcome', 'notification', 'invitation'];
|
||||||
try {
|
try {
|
||||||
for (const tpl of tpls) {
|
for (const tpl of tpls) {
|
||||||
// eslint-disable-next-line no-await-in-loop
|
// eslint-disable-next-line no-await-in-loop
|
||||||
|
|||||||
Reference in New Issue
Block a user