summaryrefslogtreecommitdiff
path: root/jstests/auth/role_management_commands_sharded_wc_majority.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/role_management_commands_sharded_wc_majority.js')
-rw-r--r--jstests/auth/role_management_commands_sharded_wc_majority.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/jstests/auth/role_management_commands_sharded_wc_majority.js b/jstests/auth/role_management_commands_sharded_wc_majority.js
index 6bda9c5288a..155aa931feb 100644
--- a/jstests/auth/role_management_commands_sharded_wc_majority.js
+++ b/jstests/auth/role_management_commands_sharded_wc_majority.js
@@ -3,18 +3,18 @@
*/
(function() {
- 'use strict';
+'use strict';
- load('jstests/auth/role_management_commands_lib.js');
+load('jstests/auth/role_management_commands_lib.js');
- // TODO: Remove 'shardAsReplicaSet: false' when SERVER-32672 is fixed.
- var st = new ShardingTest({
- shards: 2,
- config: 3,
- keyFile: 'jstests/libs/key1',
- useHostname: false,
- other: {shardAsReplicaSet: false}
- });
- runAllRoleManagementCommandsTests(st.s, {w: 'majority', wtimeout: 60 * 1000});
- st.stop();
+// TODO: Remove 'shardAsReplicaSet: false' when SERVER-32672 is fixed.
+var st = new ShardingTest({
+ shards: 2,
+ config: 3,
+ keyFile: 'jstests/libs/key1',
+ useHostname: false,
+ other: {shardAsReplicaSet: false}
+});
+runAllRoleManagementCommandsTests(st.s, {w: 'majority', wtimeout: 60 * 1000});
+st.stop();
})();