mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-24 23:38:59 +00:00
add ability to set test kv properties
This commit is contained in:
@@ -250,7 +250,7 @@ func TestBadDbQuery(t *testing.T) {
|
||||
"query": "select * from test;",
|
||||
},
|
||||
wrappedPayloadModules: map[string]common.Module{
|
||||
"test": test.NewTestKVModule("test"),
|
||||
"test": test.NewTestKVModule("test", nil),
|
||||
},
|
||||
errorString: "db.query module with id test is not a DatabaseModule",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user