mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Discourse Node): Fix issue with credential test not working (#5520)
This commit is contained in:
committed by
GitHub
parent
35a7856de5
commit
b3e1793ac0
@@ -57,7 +57,7 @@ export class DiscourseApi implements ICredentialType {
|
|||||||
test: ICredentialTestRequest = {
|
test: ICredentialTestRequest = {
|
||||||
request: {
|
request: {
|
||||||
baseURL: '={{$credentials.url}}',
|
baseURL: '={{$credentials.url}}',
|
||||||
url: '/admin/groups.json',
|
url: '/groups.json',
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user