You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/02 14:35:55 UTC

[GitHub] rabbah commented on a change in pull request #3919: Allow raw JSON string as response for webaction without base64 encoding.

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_r207250569
 
 

 ##########
 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:
   in the test, the action is returning JSON values as string.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services