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) {
|
exports.setup = function (testFns, defaultFns, opts, fnDocs, optionsDoc, allTestPaths) {
|
||||||
Object.assign(allTestPaths, testPaths);
|
Object.assign(allTestPaths, testPaths);
|
||||||
testFns['audit'] = [ 'auditlog' ];
|
testFns['audit'] = auditLog;
|
||||||
|
|
||||||
// turn off test by default.
|
// turn off test by default.
|
||||||
opts['skipAudit'] = true;
|
opts['skipAudit'] = true;
|
||||||
|
|
Loading…
Reference in New Issue