We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4233296 commit 97cd7d3Copy full SHA for 97cd7d3
integration-tests/src/test/java/oracle/kubernetes/operator/ITSitConfig.java
@@ -106,8 +106,7 @@ public static void staticUnPrepare() throws Exception {
106
if (!QUICKTEST) {
107
destroySitConfigDomain();
108
tearDown();
109
- ExecResult result =
110
- TestUtils.exec("kubectl delete -f " + mysqlYamlFile);
+ ExecResult result = TestUtils.exec("kubectl delete -f " + mysqlYamlFile);
111
}
112
113
0 commit comments