mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-09 23:19:25 +00:00
add ability to set test kv properties
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user