markusthoemmes commented on a change in pull request #3671: Activation id in
header
URL:
https://github.com/apache/incubator-openwhisk/pull/3671#discussion_r204346900
##########
File path:
tests/src/test/scala/whisk/core/controller/test/ActionsApiTests.scala
##########
@@ -1153,13 +1159,16 @@ class ActionsApiTests extends ControllerTestCommon
with WhiskActionsApi {
status should be(OK)
val response = responseAs[JsObject]
response should be(activation.withoutLogs.toExtendedJson)
+ headers.exists(_.is(ActivationIdHeaderInLowercase)) should be(true)
}
// repeat invoke, get only result back
Post(s"$collectionPath/${action.name}?blocking=true&result=true") ~>
Route.seal(routes(creds)) ~> check {
+ headers
Review comment:
bad push?
----------------------------------------------------------------
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