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
+1 -1
View File
@@ -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",
},