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_r132835313
##########
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:
just wondering why would want to use curly braces syntax instead of omitting
them?
----------------------------------------------------------------
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