mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-24 23:38:59 +00:00
switch modules to accept an InputHandler instead of the full router
This commit is contained in:
@@ -113,7 +113,7 @@ func TestBadKvSet(t *testing.T) {
|
||||
name: "no module param",
|
||||
payload: test.TestStruct{Data: "hello"},
|
||||
params: map[string]any{
|
||||
"key": "test",
|
||||
"key": "test",
|
||||
},
|
||||
wrappedPayloadModules: map[string]common.Module{
|
||||
"test": &test.TestKVModule{},
|
||||
|
||||
Reference in New Issue
Block a user