Skip to content

Commit

Permalink
fix(Discourse Node): Fix issue with credential test not working (#5520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom committed Feb 21, 2023
1 parent 35a7856 commit b3e1793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class DiscourseApi implements ICredentialType {
test: ICredentialTestRequest = {
request: {
baseURL: '={{$credentials.url}}',
url: '/admin/groups.json',
url: '/groups.json',
method: 'GET',
},
};
Expand Down

0 comments on commit b3e1793

Please sign in to comment.