mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -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 = {
|
||||
request: {
|
||||
baseURL: '={{$credentials.url}}',
|
||||
url: '/admin/groups.json',
|
||||
url: '/groups.json',
|
||||
method: 'GET',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue