mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Enforce config file permissions on startup (#11328)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ import { SourceControlService } from '@/environments/source-control/source-contr
|
||||
|
||||
describe('SourceControlService', () => {
|
||||
const preferencesService = new SourceControlPreferencesService(
|
||||
new InstanceSettings(),
|
||||
new InstanceSettings(mock()),
|
||||
mock(),
|
||||
mock(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user