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 fe3040a commit 4ef4fbeCopy full SHA for 4ef4fbe
integration-tests/src/test/java/oracle/kubernetes/operator/ITMultipleClusters.java
@@ -98,7 +98,6 @@ public void testCreateDomainTwoConfiguredCluster() throws Exception {
98
try {
99
Map<String, Object> domainMap = TestUtils.loadYaml(DOMAINONPV_WLST_YAML);
100
domainMap.put("domainUID", DOMAINUID);
101
- domainMap.put("domainUID", "customsitdomain");
102
domainMap.put(
103
"createDomainPyScript",
104
"integration-tests/src/test/resources/domain-home-on-pv/"
0 commit comments