Skip to content

Commit cf133b5

Browse files
author
Guilherme Biff Zarelli
authored
Update DefaultContainerStarterTest.java
1 parent 3614e3c commit cf133b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance-test/src/test/java/br/com/helpdev/atdd/DefaultContainerStarterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private static GenericContainer<?> buildAppContainer(final Startable... dependsO
6767
.withEnv("MYSQL_URL", "jdbc:mysql://testdb:" + MySQLContainer.MYSQL_PORT + "/test?autoReconnect=true&useSSL=false")
6868
.withExposedPorts(8080)
6969
//TODO: change to: '/actuator/health' if you use spring
70-
.waitingFor(Wait.forHttp("/actuator/health").forStatusCode(200))
70+
.waitingFor(Wait.forHttp("/q/health/ready").forStatusCode(200))
7171
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("APP_CONTAINER")));
7272
}
7373

0 commit comments

Comments
 (0)