Skip to content

Commit a4202db

Browse files
committed
fixed typo2
1 parent c53d965 commit a4202db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,7 @@ public void testAddRemoveDomainUpdateOperatorHC() throws Exception {
647647
"FAILURE: After Helm Upgrade for the domainNamespaces operator still able to manage old namespace ");
648648
} catch (Exception ex) {
649649
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))
652651
throw new RuntimeException(
653652
"FAILURE: Exception does not report the expected error message " + ex.getMessage());
654653
logger.info("Deleting operator to check that domain functionality is not effected");
@@ -670,5 +669,4 @@ public void testAddRemoveDomainUpdateOperatorHC() throws Exception {
670669

671670
logger.info("SUCCESS - " + testMethodName);
672671
}
673-
674672
}

0 commit comments

Comments
 (0)