Add Audit cababilities. First try on deleteOne
This commit is contained in:
@@ -53,7 +53,9 @@ func TestMain(m *testing.M) {
|
||||
MongoUri: endpoint,
|
||||
MongoUser: user,
|
||||
MongoPass: pass,
|
||||
ContextFields: []string{"account", "store"},
|
||||
MongoDebugQuery: mongoDebug,
|
||||
WithAudit: true,
|
||||
})
|
||||
|
||||
// 3. Run tests
|
||||
|
||||
Reference in New Issue
Block a user