File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- // Copyright (c) 2021, Oracle and/or its affiliates.
1+ // Copyright (c) 2021, 2022, Oracle and/or its affiliates.
22// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
44package oracle .weblogic .kubernetes ;
@@ -479,7 +479,7 @@ void testErrorPathDomainMismatchMountPath() {
479479 assertDoesNotThrow (() -> createDomainCustomResource (domainCR ), "createDomainCustomResource throws Exception" );
480480
481481 // check the introspector pod log contains the expected error message
482- String expectedErrorMsg = "Auxiliary Image: Dir '/errorpath' doesn't exist or is empty. Exiting. " ;
482+ String expectedErrorMsg = "cp: can't stat '/errorpath/*': No such file or directory " ;
483483 verifyIntrospectorPodLogContainsExpectedErrorMsg (domainUid , errorpathDomainNamespace , expectedErrorMsg );
484484
485485 // check the domain event contains the expected error message
You can’t perform that action at this time.
0 commit comments