rabbah commented on a change in pull request #2619: Fix Illegal Header Warnings 
(WIP)
URL: 
https://github.com/apache/incubator-openwhisk/pull/2619#discussion_r133531696
 
 

 ##########
 File path: tests/dat/actions/base64Web.js
 ##########
 @@ -0,0 +1,9 @@
+function main() {
+         return {
+                 headers: {
+                         "content-type": "application/json"
+                 },
+                 statusCode: 200,
+                 body: new Buffer(JSON.stringify({'status': 
'success'})).toString('base64')
+         }
+}
 
 Review comment:
   the tests directory is exempted - chatted with @mrutkows to address.
 
----------------------------------------------------------------
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

Reply via email to