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 f9c9135 commit f9fc03cCopy full SHA for f9fc03c
integration-tests/src/test/java/oracle/kubernetes/operator/ITOperator.java
@@ -160,9 +160,9 @@ 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
} else {
165
- domain1.create();
+ domain1.create();
166
167
logger.info("Checking if operator2 is running, if not creating");
168
if (operator2 == null) {
0 commit comments