mrutkows commented on a change in pull request #256: Add zipaction integration
test cases.
URL:
https://github.com/apache/incubator-openwhisk-wskdeploy/pull/256#discussion_r121972893
##########
File path: tests/src/integration/zipaction/actions/cat/index.js
##########
@@ -0,0 +1,5 @@
+function myAction(args) {
+ var cat = require('cat');
+ cat('https://baidu.com', console.log);
Review comment:
Change this to a neutral website (like openwhisk.org) <or even better> do
not require HTTPS and "cat" some local file?
----------------------------------------------------------------
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