summaryrefslogtreecommitdiff
path: root/jstests/auth/pseudo_commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/pseudo_commands.js')
-rw-r--r--jstests/auth/pseudo_commands.js15
1 files changed, 3 insertions, 12 deletions
diff --git a/jstests/auth/pseudo_commands.js b/jstests/auth/pseudo_commands.js
index 510f8c71e53..2a882f219c8 100644
--- a/jstests/auth/pseudo_commands.js
+++ b/jstests/auth/pseudo_commands.js
@@ -68,10 +68,7 @@ function runTest(conn) {
__system: true
};
- var privilege = {
- resource: {cluster: true},
- actions: ['inprog']
- };
+ var privilege = {resource: {cluster: true}, actions: ['inprog']};
var testFunc = function(shouldPass) {
var passed = true;
@@ -110,10 +107,7 @@ function runTest(conn) {
__system: true
};
- var privilege = {
- resource: {cluster: true},
- actions: ['killop']
- };
+ var privilege = {resource: {cluster: true}, actions: ['killop']};
var testFunc = function(shouldPass) {
var passed = true;
@@ -159,10 +153,7 @@ function runTest(conn) {
__system: true
};
- var privilege = {
- resource: {cluster: true},
- actions: ['unlock']
- };
+ var privilege = {resource: {cluster: true}, actions: ['unlock']};
var testFunc = function(shouldPass) {
var passed = true;