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