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