diff --git a/config.smoke.yaml b/config.smoke.yaml index 8f12c99..e3f1261 100644 --- a/config.smoke.yaml +++ b/config.smoke.yaml @@ -101,11 +101,10 @@ routes: - type: debug.log - input: ticker processors: - - type: nats.message.create + - type: string.create params: - subject: "test" - payload: "hello" - - type: module.output + template: "{{.Payload}}" + - type: pubsub.publish params: module: natsout - + topic: "test"