rabbah commented on a change in pull request #2623: WhiskProperties helper
method to access whisk.api.localhost.name
URL:
https://github.com/apache/incubator-openwhisk/pull/2623#discussion_r133460521
##########
File path: tests/src/test/scala/common/WhiskProperties.java
##########
@@ -200,6 +200,8 @@ public static String getRouterHost() {
return whiskProperties.getProperty("router.host");
}
+ public static String getApiLocalHostName() { return
whiskProperties.getProperty("whisk.api.localhost.name"); }
Review comment:
if this is not used in open, note that you can always get a named property
like this: `WhiskProperties.getProperty(name)`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services