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:28:31 UTC

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

dubee 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_r207247524
 
 

 ##########
 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:
   Hmm, I don't understand why they would all be a 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