Skip to content

Commit

Permalink
Test gefixt.
Browse files Browse the repository at this point in the history
  • Loading branch information
h-huss committed Sep 24, 2024
1 parent dcb2379 commit c43b68d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void updateCurrentConfig(final SonarConfig config, final SonarConfig cur
public boolean checkSonarQubeURL(final SonarConfig sonarConfig) {
boolean result = false;

final String apiAddress = sonarConfig.getSonarServerUrl() + "/api";
final String apiAddress = sonarConfig.getSonarServerUrl() + "/api/";
LOGGER.info("Testing server at {}", apiAddress);
final RestTemplate restTemplate = restTemplateService.getRestTemplate(sonarConfig);

Expand Down

0 comments on commit c43b68d

Please sign in to comment.