add ability to set test kv properties

This commit is contained in:
Joel Wetzell
2026-05-20 17:26:21 -05:00
parent 00b03197c2
commit 849a59a63b
5 changed files with 34 additions and 18 deletions
@@ -208,7 +208,7 @@ func TestBadPubSubPublish(t *testing.T) {
"topic": "test",
},
wrappedPayloadModules: map[string]common.Module{
"test": test.NewTestKVModule("test"),
"test": test.NewTestKVModule("test", nil),
},
errorString: "pubsub.publish module with id test is not an OutputModule",
},