Skip to content

Commit c53d965

Browse files
committed
fixed typo1
1 parent a51fef0 commit c53d965

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ public void testAddRemoveDomainUpdateOperatorHC() throws Exception {
648648
} catch (Exception ex) {
649649
if (!ex.getMessage()
650650
.contains(
651-
" Response {\"status\":404,\"detail\":\"/operator/latest/domains/test" + number))
651+
"Response {\"status\":404,\"detail\":\"/operator/latest/domains/test" + number))
652652
throw new RuntimeException(
653653
"FAILURE: Exception does not report the expected error message " + ex.getMessage());
654654
logger.info("Deleting operator to check that domain functionality is not effected");
@@ -670,4 +670,5 @@ public void testAddRemoveDomainUpdateOperatorHC() throws Exception {
670670

671671
logger.info("SUCCESS - " + testMethodName);
672672
}
673+
673674
}

0 commit comments

Comments
 (0)