Skip to content

Commit

Permalink
fix(GitLab Node): Update credential test endpoint (#5166)
Browse files Browse the repository at this point in the history
  • Loading branch information
svzi authored Jan 19, 2023
1 parent b718464 commit e275306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/credentials/GitlabApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class GitlabApi implements ICredentialType {
test: ICredentialTestRequest = {
request: {
baseURL: '={{$credentials.server.replace(new RegExp("/$"), "") + "/api/v4" }}',
url: '/users',
url: '/personal_access_tokens/self',
},
};
}

0 comments on commit e275306

Please sign in to comment.