fix(core): Use explicit types in configs to ensure valid decorator metadata (#10433)
This commit is contained in:
committed by
GitHub
parent
0dc3e99b26
commit
2043daa257
@@ -232,6 +232,7 @@ describe('GlobalConfig', () => {
|
||||
DB_POSTGRESDB_USER: 'n8n',
|
||||
DB_TABLE_PREFIX: 'test_',
|
||||
NODES_INCLUDE: '["n8n-nodes-base.hackerNews"]',
|
||||
DB_LOGGING_MAX_EXECUTION_TIME: '0',
|
||||
};
|
||||
const config = Container.get(GlobalConfig);
|
||||
expect(config).toEqual({
|
||||
|
||||
Reference in New Issue
Block a user