Skip to content
Snippets Groups Projects
Commit 1e494af5 authored by Falcmann, Miroslav's avatar Falcmann, Miroslav
Browse files

changed url when calling notification health check

parent 1126edf6
No related branches found
No related tags found
No related merge requests found
Pipeline #95480 passed with stages
in 3 minutes and 34 seconds
......@@ -40,7 +40,7 @@ public class TestService {
String notificationUrl = serviceRegisterService.getNotificationUrl();
String fullUrl = UriComponentsBuilder
.fromUriString("http://" + notificationUrl + "/health")
.fromUriString("http://" + notificationUrl + "/actuators/health")
.build().toUriString();
return restTemplate.exchange(
......
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