You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/15 21:54:36 UTC

[GitHub] markusthoemmes commented on a change in pull request #2619: Fix Illegal Header Warnings (WIP)

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

 ##########
 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:
   Contains tabs. Why does `scanCode` not catch this @mrutkows ?
 
----------------------------------------------------------------
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