Skip to content

Commit a51cef2

Browse files
committed
fixed test
1 parent 37c87d6 commit a51cef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ private void fireAlert() throws Exception {
851851

852852
TestUtils.checkPodReady("domain1-admin-server", "default");
853853
TestUtils.checkPodReady("domain1-managed-server-1", "default");
854-
854+
855855
String webhookPod = getPodName("webhook", "webhook");
856856
String command = "kubectl -n webhook logs " + webhookPod;
857857
ExecResult webhookResult = TestUtils.checkAnyCmdInLoop(command, "Some WLS cluster has only one running server for more than 1 minutes");

0 commit comments

Comments
 (0)