chore: add info log into tests

v1.18.x
Barış Soner Uşaklı 4 years ago
parent 4818ec377e
commit b6d8687837

@ -216,6 +216,7 @@ async function setupDefaultConfigs(meta) {
}
async function giveDefaultGlobalPrivileges() {
winston.info('Giving default global privileges...\n');
const privileges = require('../../src/privileges');
await privileges.global.give([
'groups:chat', 'groups:upload:post:image', 'groups:signature', 'groups:search:content',

Loading…
Cancel
Save