fix(Discourse Node): Fix issue with credential test not working (#5520)

This commit is contained in:
Jonathan Bennetts 2023-02-21 15:20:28 +00:00 committed by GitHub
parent 35a7856de5
commit b3e1793ac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ export class DiscourseApi implements ICredentialType {
test: ICredentialTestRequest = {
request: {
baseURL: '={{$credentials.url}}',
url: '/admin/groups.json',
url: '/groups.json',
method: 'GET',
},
};