test: add test for build_console's args
This commit is contained in:
parent
5490807b20
commit
8b6d5d4ca9
|
@ -30,7 +30,7 @@ rule_engine.rules.my_rule {
|
||||||
metadata = {created_at = 1693918992079}
|
metadata = {created_at = 1693918992079}
|
||||||
sql = \"select * from \\\"t/topic\\\" \"
|
sql = \"select * from \\\"t/topic\\\" \"
|
||||||
actions = [
|
actions = [
|
||||||
{function = console}
|
{function = console, args = {test = 1}}
|
||||||
{ function = republish
|
{ function = republish
|
||||||
args = {
|
args = {
|
||||||
payload = \"${.}\"
|
payload = \"${.}\"
|
||||||
|
|
Loading…
Reference in New Issue