Skip to content

Commit 5dff8d7

Browse files
committed
test: jdk assert error
1 parent 13204c0 commit 5dff8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/test/java/com/reajason/javaweb/integration/probe/weblogic/WebLogic14120ContainerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class WebLogic14120ContainerTest extends AbstractProbeContainerTest {
1717
private static final ProbeTestConfig CONFIG = ProbeTestConfig.weblogic(
1818
"reajason/weblogic:14.1.2.0-jdk17",
1919
"/u01/oracle/user_projects/domains/domain1/autodeploy/app.war")
20-
.expectedJdkVersion("JDK|1.8.0_391|52")
20+
.expectedJdkVersion("JDK|17.0.15|61")
2121
.targetJdkVersion(Opcodes.V17)
2222
.build();
2323

0 commit comments

Comments
 (0)