chore: add info log into tests

This commit is contained in:
Barış Soner Uşaklı
2020-11-02 20:34:12 -05:00
parent 4818ec377e
commit b6d8687837

View File

@@ -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',