You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microservices-self-registration/contextservice/src/test/java/com/learning/contextservice/myCustomHealthCheckTest.java
-14
Original file line number
Diff line number
Diff line change
@@ -40,18 +40,4 @@ void testHealthDown() {
40
40
assertEquals("Scheduled health checks failed", health.getDetails().get("error"));
Copy file name to clipboardExpand all lines: microservices-self-registration/greetingservice/src/test/java/com/learning/greetingservice/MyCustomHealthCheckTest.java
-27
Original file line number
Diff line number
Diff line change
@@ -24,31 +24,4 @@ void testHealthUp() {
24
24
assertEquals("Service is running and scheduled checks are OK", health.getDetails().get("message"));
0 commit comments