mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-14 06:18:25 -08:00
test: Get rid of a warning log in tests (#12289)
This commit is contained in:
parent
01b781a108
commit
0ba4c6e942
|
@ -10,6 +10,7 @@ mkdirSync(baseDir, { recursive: true });
|
|||
const testDir = mkdtempSync(baseDir);
|
||||
mkdirSync(join(testDir, '.n8n'));
|
||||
process.env.N8N_USER_FOLDER = testDir;
|
||||
process.env.N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS = 'false';
|
||||
|
||||
writeFileSync(
|
||||
join(testDir, '.n8n/config'),
|
||||
|
|
Loading…
Reference in a new issue