Skip to content

Commit 4f89b95

Browse files
minor update
1 parent 81b4e7c commit 4f89b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ public void testCreateDomainTwoMixedCluster() throws Exception {
142142
"createDomainPyScript",
143143
"integration-tests/src/test/resources/domain-home-on-pv/" + TWO_MIXED_CLUSTER_SCRIPT);
144144
if ((System.getenv("LB_TYPE") != null && System.getenv("LB_TYPE").equalsIgnoreCase("VOYAGER"))
145-
|| (domainMap.containsKey("LB_TYPE")
146-
&& ((String) domainMap.get("loadBalancer")).equalsIgnoreCase("loadBalancer"))) {
145+
|| (domainMap.containsKey("loadBalancer")
146+
&& ((String) domainMap.get("loadBalancer")).equalsIgnoreCase("VOYAGER"))) {
147147
domainMap.put("voyagerWebPort", new Integer("30377"));
148148
}
149149
addCluster2ToDomainTemplate();

0 commit comments

Comments
 (0)