File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments