Removed code related to mqtrigger (#1680)

This commit is contained in:
Rahul Bhati
2020-08-06 20:59:08 +05:30
committed by GitHub
parent 587b166a4e
commit f751546913
9 changed files with 23 additions and 533 deletions
+2 -2
View File
@@ -111,7 +111,7 @@ func Test_getEnvVarlist(t *testing.T) {
Value: mqt.Spec.Topic,
},
{
Name: "FUNCTION_URL",
Name: "HTTP_ENDPOINT",
Value: "http://router.fission/fission-function/fission-function/test",
},
{
@@ -123,7 +123,7 @@ func Test_getEnvVarlist(t *testing.T) {
Value: "response-topic",
},
{
Name: "TRIGGER_NAME",
Name: "SOURCE_NAME",
Value: "Test",
},
{