rabbah commented on a change in pull request #2218: Port Controller from Spray 
to Akka
URL: 
https://github.com/apache/incubator-openwhisk/pull/2218#discussion_r130367459
 
 

 ##########
 File path: 
tests/src/test/scala/whisk/core/controller/test/ActivationsApiTests.scala
 ##########
 @@ -72,7 +75,7 @@ class ActivationsApiTests extends ControllerTestCommon with 
WhiskActivationsApi
         activations foreach { put(activationStore, _) }
         waitOnView(activationStore, namespace, 2)
         whisk.utils.retry {
-            Get(s"$collectionPath") ~> sealRoute(routes(creds)) ~> check {
+            Get(s"$collectionPath") ~> Route.seal(routes(creds)) ~> check {
 
 Review comment:
   i'm ok with the change - just have to carefully check all the changes to 
make sure it's not changing the tests (found 1 test difference on a cursory 
scan).
 
----------------------------------------------------------------
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