Skip to content

Commit 2610a48

Browse files
committed
fix for mysql image
1 parent 6ca44d7 commit 2610a48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,7 @@ public interface TestConstants {
351351
getNonEmptySystemProperty("wko.it.istio.version", "1.13.2");
352352

353353
//MySQL database constants
354-
public static final String MYSQL_IMAGE = BASE_IMAGES_PREFIX
355-
+ "/test-images/database/mysql";
354+
public static final String MYSQL_IMAGE = BASE_IMAGES_PREFIX + "test-images/database/mysql";
356355
public static final String MYSQL_VERSION = "8.0.29";
357356

358357
//OKE constants

0 commit comments

Comments
 (0)