Skip to content

Commit

Permalink
UT fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Aug 16, 2024
1 parent 6f4bd85 commit f1d0f17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class HealthServiceTest {

private static final String READINESS_PATH = "/readiness";
private static final String LIVENESS_PATH = "/liveness";
private static final String HEALTH_PATH = "/health";
private static final String HEALTH_PATH = "/healthz";

@Mock private ServiceStatus serviceStatus;

Expand Down

0 comments on commit f1d0f17

Please sign in to comment.