Skip to content

Commit 3617147

Browse files
committed
use nodeport host for url
1 parent 3ef6f0c commit 3617147

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public void verifyServersReady() throws Exception {
165165
public void verifyAdminServerExternalService(String username, String password) throws Exception {
166166

167167
// logger.info("Inside verifyAdminServerExternalService");
168-
String nodePortHost = getNodeHost();
168+
String nodePortHost = TestUtils.getHostName();
169169
String nodePort = getNodePort();
170170
logger.fine("nodePortHost " + nodePortHost + " nodePort " + nodePort);
171171

0 commit comments

Comments
 (0)