Skip to content

Commit 6d155b9

Browse files
committed
fix
1 parent 2a0fe00 commit 6d155b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITPodsRestart.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ public void testServerPodsRestartByChangingZImage() throws Exception {
274274
TestUtils.ExecAndPrintLog(command);
275275

276276
// apply new domain yaml and verify pod restart
277+
newImage = getWeblogicImageName() + ":12.2.1.3";
277278
domain.verifyDomainServerPodRestart(
278279
"\"" + getWeblogicImageName() + ":" + getWeblogicImageTag() + "\"",
279280
"\"" + newImage + "\"");

0 commit comments

Comments
 (0)