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 5f3d31a commit 22f3087Copy full SHA for 22f3087
integration-tests/src/test/java/oracle/kubernetes/operator/ITOperator.java
@@ -160,7 +160,7 @@ public void test5CreateConfiguredDomainInTest2NS() throws Exception {
160
operator1 = TestUtils.createOperator(op1YamlFile);
161
}
162
// if (domain1 == null) {
163
- domain1 = TestUtils.createDomain(domain1YamlFile);
+ domain1 = TestUtils.createDomain(domain1YamlFile);
164
// }
165
logger.info("Checking if operator2 is running, if not creating");
166
if (operator2 == null) {
0 commit comments