Skip to content

Commit e027916

Browse files
gtroitskmichalvavrik
authored andcommitted
Remove todo note from JavaEELikeHealthCheckTest
It was caused by mistake in smallrye javadoc smallrye/smallrye-health#286
1 parent 5601876 commit e027916

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

101-javaee-like-getting-started/src/test/java/io/quarkus/qe/core/JavaEELikeHealthCheckTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public void testHealthEndpoint() {
3131

3232
@Test
3333
public void testHealthGroupEndpoint() {
34-
// TODO: There is an inconsistency about the Health groups path. Reported by https://github.com/quarkusio/quarkus/issues/16389.
3534
given()
3635
.when().get("/q/health/group/customGroup")
3736
.then()

0 commit comments

Comments
 (0)