summaryrefslogtreecommitdiff
path: root/jstests/auth/authz_modifications_access_control.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/authz_modifications_access_control.js')
-rw-r--r--jstests/auth/authz_modifications_access_control.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/auth/authz_modifications_access_control.js b/jstests/auth/authz_modifications_access_control.js
index 11b9a59e593..f660e861908 100644
--- a/jstests/auth/authz_modifications_access_control.js
+++ b/jstests/auth/authz_modifications_access_control.js
@@ -70,7 +70,6 @@ function runTest(conn) {
var roleObj = adminUserAdmin.system.roles.findOne({role: "readWrite", db: "admin"});
// double check that no role object named "readWrite" has been created
assert(!roleObj, "user-defined \"readWrite\" role was created: " + tojson(roleObj));
-
})();
(function testViewUser() {