fix(GitLab Node): Update credential test endpoint (#5166)

This commit is contained in:
Sven Ziegler 2023-01-19 10:20:58 +01:00 committed by GitHub
parent b718464b1f
commit e275306c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
},
};
}