mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
multiple test fixes
This commit is contained in:
@@ -171,6 +171,9 @@
|
||||
};
|
||||
|
||||
module.info = function (db, callback) {
|
||||
if (!db) {
|
||||
return callback();
|
||||
}
|
||||
async.parallel({
|
||||
serverStatus: function (next) {
|
||||
db.command({'serverStatus': 1}, next);
|
||||
|
||||
Reference in New Issue
Block a user