mirror of https://gitee.com/bigwinds/arangodb
fixed typo in test setup
This commit is contained in:
parent
f696efe5ea
commit
f17eac6b96
|
@ -78,7 +78,7 @@ function auditLog(options) {
|
|||
|
||||
exports.setup = function (testFns, defaultFns, opts, fnDocs, optionsDoc, allTestPaths) {
|
||||
Object.assign(allTestPaths, testPaths);
|
||||
testFns['audit'] = [ 'auditlog' ];
|
||||
testFns['audit'] = auditLog;
|
||||
|
||||
// turn off test by default.
|
||||
opts['skipAudit'] = true;
|
||||
|
|
Loading…
Reference in New Issue