rabbah commented on a change in pull request #4504: Remove default port on api 
host.
URL: 
https://github.com/apache/incubator-openwhisk/pull/4504#discussion_r290392732
 
 

 ##########
 File path: tests/src/test/scala/common/rest/WskRestOperations.scala
 ##########
 @@ -764,7 +764,7 @@ class RestActivationOperations(implicit val actorSystem: 
ActorSystem)
       activation.respBody
     } map {
       Right(_)
-    } getOrElse Left(s"Cannot find activation id from '$activation'")
+    } getOrElse Left(s"No activation record for'$activationId'")
 
 Review comment:
   observed in #4506 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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