mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(GitLab Node): Update credential test endpoint (#5166)
This commit is contained in:
parent
b718464b1f
commit
e275306c64
|
@ -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',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue