mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(core): Propagate env to task runner (#14638)
This commit is contained in:
@@ -78,6 +78,7 @@ describe('TaskRunnerProcess', () => {
|
||||
'DEPLOYMENT_NAME',
|
||||
'NODE_PATH',
|
||||
'GENERIC_TIMEZONE',
|
||||
'N8N_RUNNERS_ALLOW_PROTOTYPE_MUTATION',
|
||||
])('should propagate %s from env as is', async (envVar) => {
|
||||
jest.spyOn(authService, 'createGrantToken').mockResolvedValue('grantToken');
|
||||
process.env[envVar] = 'custom value';
|
||||
|
||||
Reference in New Issue
Block a user