This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit b0082cf2 authored by Michael Breu's avatar Michael Breu
Browse files

Debugging tests

parent 1232ec4f
1 merge request!211Merge new meta data indexing
......@@ -913,8 +913,10 @@ public class GitlabEventService {
);
@PostConstruct
public void setAdminApi() {
public void setAdminApi() throws GitLabApiException {
adminGitLabApi = gitLabRepository.getAdminGitLabApi();
logger.debug("gitlab url: {}", adminGitLabApi.getGitLabServerUrl());
logger.debug("gitlab user: {}", adminGitLabApi.getUserApi().getCurrentUser().getName());
}
@SuppressWarnings({ "PMD.CognitiveComplexity", "PMD.CyclomaticComplexity" })
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment