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_r130366873
 
 

 ##########
 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:
   maybe to avoid all these changes in this file and others, can you import 
Route.seal as sealRoute?
 
----------------------------------------------------------------
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