rabbah commented on a change in pull request #3919: Allow raw JSON string as
response for webaction without base64 encoding.
URL:
https://github.com/apache/incubator-openwhisk/pull/3919#discussion_r206359467
##########
File path:
tests/src/test/scala/whisk/core/controller/test/WebActionsApiTests.scala
##########
@@ -840,7 +846,7 @@ trait WebActionsApiBaseTests extends ControllerTestCommon
with BeforeAndAfterEac
}
}
- it should s"handle http web action with base64 encoded JSON response
(auth? ${creds.isDefined})" in {
+ it should s"handle http web action with JSON object as string response
(auth? ${creds.isDefined})" in {
Review comment:
Not necessary since all of these would be returned as string. So no extra
coverage gained.
----------------------------------------------------------------
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