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 9706b22 commit fae8366Copy full SHA for fae8366
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