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 3ef6f0c commit 3617147Copy full SHA for 3617147
integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java
@@ -165,7 +165,7 @@ public void verifyServersReady() throws Exception {
165
public void verifyAdminServerExternalService(String username, String password) throws Exception {
166
167
// logger.info("Inside verifyAdminServerExternalService");
168
- String nodePortHost = getNodeHost();
+ String nodePortHost = TestUtils.getHostName();
169
String nodePort = getNodePort();
170
logger.fine("nodePortHost " + nodePortHost + " nodePort " + nodePort);
171
0 commit comments