We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7be3d commit a5458aaCopy full SHA for a5458aa
src/main/java/io/strimzi/test/container/StrimziConnectCluster.java
@@ -53,7 +53,7 @@ public StrimziConnectCluster(StrimziConnectClusterBuilder builder) {
53
.withExposedPorts(CONNECT_PORT)
54
.withEnv("LOG_DIR", "/tmp")
55
.waitForRunning()
56
- .waitingFor(Wait.forHttp("/").forStatusCode(200));
+ .waitingFor(Wait.forHttp("/health").forStatusCode(200));
57
workers.add(worker);
58
}
59
0 commit comments