diff --git a/test/socket.io.js b/test/socket.io.js index 5c890809f1..2f7463cb78 100644 --- a/test/socket.io.js +++ b/test/socket.io.js @@ -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