fix: another test fix

This commit is contained in:
Barış Soner Uşaklı
2020-05-20 09:08:27 -04:00
parent feb748a44d
commit f2907908c9

View File

@@ -135,7 +135,7 @@ before(async function () {
nconf.set('theme_templates_path', meta.config['theme:templates'] ? path.join(nconf.get('themes_path'), meta.config['theme:id'], meta.config['theme:templates']) : nconf.get('base_templates_path'));
nconf.set('theme_config', path.join(nconf.get('themes_path'), 'nodebb-theme-persona', 'theme.json'));
nconf.set('bcrypt_rounds', 1);
nconf.set('socket.io:origins', '*:*');
nconf.set('version', packageInfo.version);
await meta.dependencies.check();