Skip to content

Commit 35060d9

Browse files
authored
switched from hardcoded ver (#3779)
1 parent 2b401f0 commit 35060d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/TestConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ public interface TestConstants {
321321

322322
public static final boolean WEBLOGIC_SLIM = WEBLOGIC_IMAGE_TAG.contains("slim");
323323

324-
public static final String WEBLOGIC_VERSION = "12.2.1.4.0";
324+
public static final String WEBLOGIC_VERSION = WEBLOGIC_IMAGE_TAG.substring(0,8) + ".0";
325325
public static final String HTTP_PROXY =
326326
Optional.ofNullable(System.getenv("HTTP_PROXY")).orElse(System.getenv("http_proxy"));
327327
public static final String HTTPS_PROXY =

0 commit comments

Comments
 (0)