From be0b1c4a5f4d95405fa51a7884dace14b1492e38 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 20 May 2026 21:03:14 -0500 Subject: [PATCH] update test config with new pubsub.publish processor --- config.smoke.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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"