csantanapr commented on a change in pull request #3617: Move version 
information to pureconfig and remove `whisk_version_name`.
URL: 
https://github.com/apache/incubator-openwhisk/pull/3617#discussion_r186586316
 
 

 ##########
 File path: tests/src/test/scala/actionContainers/ActionContainer.scala
 ##########
 @@ -88,9 +88,9 @@ object ActionContainer {
   }
 
   private lazy val dockerCmd: String = {
-    val version = WhiskProperties.getProperty("whisk.version.name")
+    val version = WhiskProperties.getProperty("environment.type")
 
 Review comment:
   FYI @jonpspri the version.name is being replaced

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to