mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
test(Salesforce Node): Add unit and workflow tests for the Salesforce node (#14595)
This commit is contained in:
@@ -285,4 +285,17 @@ BQIDAQAB
|
||||
discordWebhookApi: {
|
||||
webhookUri: 'https://discord.com/webhook',
|
||||
},
|
||||
salesforceOAuth2Api: {
|
||||
grantType: 'pkce',
|
||||
environment: 'production',
|
||||
authUrl: 'https://login.salesforce.com/services/oauth2/authorize',
|
||||
accessTokenUrl: 'https://login.salesforce.com/services/oauth2/token',
|
||||
scope: 'full refresh_token',
|
||||
authQueryParameters: '',
|
||||
authentication: 'header',
|
||||
oauthTokenData: {
|
||||
access_token: 'ACCESSTOKEN',
|
||||
instance_url: 'https://salesforce.instance',
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user