Skip to content

Commit 8b66a83

Browse files
committed
test: fix failed cases
1 parent 29b1772 commit 8b66a83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-test/src/test/java/com/reajason/javaweb/integration/probe/websphere/OpenLiberty25ContainerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
public class OpenLiberty25ContainerTest extends AbstractProbeContainerTest {
1919

2020
private static final ProbeTestConfig CONFIG = ProbeTestConfig.openLiberty("open-liberty:25.0.0.12-full-java17-openj9")
21-
.expectedJdkVersion("JRE|17.0.17|61")
21+
.expectedJdkVersion("JRE|17.0.18|61")
2222
.targetJdkVersion(Opcodes.V1_8)
2323
.waitStrategy(Wait.forHttp("/app/").forPort(9080).withStartupTimeout(Duration.ofMinutes(5)))
2424
.privilegedMode(true)

0 commit comments

Comments
 (0)