E2E test for NATS-streaming trigger (#338)

E2E test for NATS-streaming trigger: move ad-hoc shell script into CI tests.
This commit is contained in:
Soam Vasani
2018-04-05 10:07:00 -07:00
committed by GitHub
parent 1dbf8f9243
commit f9ca626940
7 changed files with 78 additions and 54 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = async function(context) {
return {
status: 200,
body: "Hello, World!"
};
}