0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/jstests/noPassthroughWithMongod/ftdc_params.js
2019-07-27 11:02:23 -04:00

11 lines
167 B
JavaScript

// FTDC test cases
//
load('jstests/libs/ftdc.js');
(function() {
'use strict';
var admin = db.getSiblingDB("admin");
verifyCommonFTDCParameters(admin, true);
})();