dubeejw commented on a change in pull request #2218: Port Controller from Spray
to Akka
URL:
https://github.com/apache/incubator-openwhisk/pull/2218#discussion_r130378478
##########
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:
What was the test that differed?
----------------------------------------------------------------
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