diff options
Diffstat (limited to 'jstests/auth/renameSystemCollections.js')
-rw-r--r-- | jstests/auth/renameSystemCollections.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/auth/renameSystemCollections.js b/jstests/auth/renameSystemCollections.js index 32b2478095d..212287becb7 100644 --- a/jstests/auth/renameSystemCollections.js +++ b/jstests/auth/renameSystemCollections.js @@ -75,3 +75,4 @@ assert.eq(1, res.ok, tojson(res)); // At this point, all the user documents are gone, so further activity may be unauthorized, // depending on cluster configuration. So, this is the end of the test. +MongoRunner.stopMongod(conn, {user: 'userAdmin', pwd: 'password'});
\ No newline at end of file |