mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
test: Get rid of a warning log in tests (#12289)
This commit is contained in:
@@ -10,6 +10,7 @@ mkdirSync(baseDir, { recursive: true });
|
|||||||
const testDir = mkdtempSync(baseDir);
|
const testDir = mkdtempSync(baseDir);
|
||||||
mkdirSync(join(testDir, '.n8n'));
|
mkdirSync(join(testDir, '.n8n'));
|
||||||
process.env.N8N_USER_FOLDER = testDir;
|
process.env.N8N_USER_FOLDER = testDir;
|
||||||
|
process.env.N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS = 'false';
|
||||||
|
|
||||||
writeFileSync(
|
writeFileSync(
|
||||||
join(testDir, '.n8n/config'),
|
join(testDir, '.n8n/config'),
|
||||||
|
|||||||
Reference in New Issue
Block a user