mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
test(Wordpress Node): Add tests to Wordpress node (#14231)
This commit is contained in:
@@ -251,6 +251,12 @@ BQIDAQAB
|
||||
username: 'nathan@n8n.io',
|
||||
password: 'fake-password',
|
||||
},
|
||||
wordpressApi: {
|
||||
url: 'https://myblog.com',
|
||||
allowUnauthorizedCerts: false,
|
||||
username: 'nodeqa',
|
||||
password: 'fake-password',
|
||||
},
|
||||
discordWebhookApi: {
|
||||
webhookUri: 'https://discord.com/webhook',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user