diff options
Diffstat (limited to 'jstests/auth/commands_builtin_roles.js')
-rw-r--r-- | jstests/auth/commands_builtin_roles.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/auth/commands_builtin_roles.js b/jstests/auth/commands_builtin_roles.js index cb5bb984479..a089278da6c 100644 --- a/jstests/auth/commands_builtin_roles.js +++ b/jstests/auth/commands_builtin_roles.js @@ -148,11 +148,11 @@ function checkForNonExistentRoles() { var opts = { auth:"", enableExperimentalStorageDetailsCmd: "" -} +}; var impls = { createUsers: createUsers, runOneTest: runOneTest -} +}; checkForNonExistentRoles(); |