mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
refactor(core): Update tag endpoints to use DTOs and injectable config (#12380)
This commit is contained in:
@@ -240,6 +240,7 @@ test('should not report outdated instance when up to date', async () => {
|
||||
|
||||
test('should report security settings', async () => {
|
||||
Container.get(GlobalConfig).diagnostics.enabled = true;
|
||||
|
||||
const testAudit = await securityAuditService.run(['instance']);
|
||||
|
||||
const section = getRiskSection(
|
||||
|
||||
Reference in New Issue
Block a user