satybald commented on a change in pull request #2218: Port Controller from
Spray to Akka
URL:
https://github.com/apache/incubator-openwhisk/pull/2218#discussion_r132840966
##########
File path:
tests/src/test/scala/whisk/core/controller/test/TriggersApiTests.scala
##########
@@ -214,7 +218,7 @@ class TriggersApiTests extends ControllerTestCommon with
WhiskTriggersApi {
Parameters(key.toString, "a" * 10)
} reduce (_ ++ _)
val content = s"""{"parameters":$parameters}""".parseJson.asJsObject
- Put(s"$collectionPath/${aname}", content) ~> sealRoute(routes(creds))
~> check {
+ Put(s"$collectionPath/${aname}", content) ~> Route.seal(routes(creds))
~> check {
Review comment:
yup, I'll do that ;)
----------------------------------------------------------------
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