mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(Discourse Node): Fix issue with credential test not working (#5520)
This commit is contained in:
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',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue