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_r126446008
 
 

 ##########
 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, also looks like the test failed because the server is expecting an 
http request instead of an https request.
 
----------------------------------------------------------------
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

Reply via email to