dubeejw commented on a change in pull request #2463: Correct unable to set
apihost issue.
URL:
https://github.com/apache/incubator-openwhisk/pull/2463#discussion_r126444913
##########
File path: tests/src/test/scala/whisk/core/cli/test/WskBasicUsageTests.scala
##########
@@ -151,7 +151,7 @@ class WskBasicUsageTests
val tmpwskprops = File.createTempFile("wskprops", ".tmp")
try {
val env = Map("WSK_CONFIG_FILE" -> tmpwskprops.getAbsolutePath())
- val apihost =
s"http://${WhiskProperties.getBaseControllerAddress()}"
+ val apihost = s"${WhiskProperties.getBaseControllerAddress()}"
Review comment:
@lzbj, need a test for setting the API host with and without a protocol.
----------------------------------------------------------------
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