Change test output to pass tests

pull/10616/head
deniz kusefoglu 2017-12-05 16:33:44 -08:00
parent 903e461d40
commit fd4e78ee7b
1 changed files with 24 additions and 24 deletions

View File

@ -251,9 +251,6 @@ var alert5 = from1
.victorOps()
.slack()
alert5
|httpOut('output')
alert5
|eval(lambda: "emitted")
.as('value')
@ -268,6 +265,9 @@ alert5
.create()
.tag('alertName', 'name')
.tag('triggerType', 'deadman')
alert5
|httpOut('output')
`
octets, err := MarshalTICK(script)