File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -647,8 +647,7 @@ public void testAddRemoveDomainUpdateOperatorHC() throws Exception {
647
647
"FAILURE: After Helm Upgrade for the domainNamespaces operator still able to manage old namespace " );
648
648
} catch (Exception ex ) {
649
649
if (!ex .getMessage ()
650
- .contains (
651
- "Response {\" status\" :404,\" detail\" :\" /operator/latest/domains/test" + number ))
650
+ .contains ("Response {\" status\" :404,\" detail\" :\" /operator/latest/domains/test" + number ))
652
651
throw new RuntimeException (
653
652
"FAILURE: Exception does not report the expected error message " + ex .getMessage ());
654
653
logger .info ("Deleting operator to check that domain functionality is not effected" );
@@ -670,5 +669,4 @@ public void testAddRemoveDomainUpdateOperatorHC() throws Exception {
670
669
671
670
logger .info ("SUCCESS - " + testMethodName );
672
671
}
673
-
674
672
}
You can’t perform that action at this time.
0 commit comments