Skip to content

Commit 6eb61d9

Browse files
authored
fixed test logic (#3406)
1 parent 2b17787 commit 6eb61d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ void testMiiChangeDomainName() {
145145
// Verifying introspector pod is deleted
146146
logger.info("Verifying introspector pod is deleted");
147147
checkPodDoesNotExist(getIntrospectJobName(domainUid), domainUid, helper.domainNamespace);
148+
checkOperatorLogIntrospectorMsg();
148149
}
149150

150151
/**
@@ -249,9 +250,7 @@ void testMiiChangeSSL() {
249250
* the Domain resource specified 'spec.configuration.model.onlineUpdate.enabled=true',
250251
* but there are unsupported model changes for online update.
251252
*/
252-
@Test
253-
@DisplayName("verify the operator logs introspector job messages")
254-
void testOperatorLogIntrospectorMsg() {
253+
void checkOperatorLogIntrospectorMsg() {
255254
String operatorPodName =
256255
assertDoesNotThrow(() -> getOperatorPodName(OPERATOR_RELEASE_NAME, helper.opNamespace));
257256
logger.info("operator pod name: {0}", operatorPodName);

0 commit comments

Comments
 (0)