diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2019-05-16 17:42:25 -0400 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2019-05-21 17:42:12 -0400 |
commit | 65656c4bc9390c52205b73451abff0b7b6b74396 (patch) | |
tree | 6892a9719c44c38af42a6ecabc0984a78fe753cb /jstests/auth | |
parent | 107dd43e99f191c541c0c0faab40ff0d9bc47550 (diff) | |
download | mongo-65656c4bc9390c52205b73451abff0b7b6b74396.tar.gz |
SERVER-41193 Get rid of the `refreshSessionsInternal` command
Diffstat (limited to 'jstests/auth')
-rw-r--r-- | jstests/auth/lib/commands_lib.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js index 6c707a700d6..b6c76af4a9d 100644 --- a/jstests/auth/lib/commands_lib.js +++ b/jstests/auth/lib/commands_lib.js @@ -5945,11 +5945,6 @@ var authCommandsLib = { testcases: [{runOnDb: adminDbName, roles: roles_all}], }, { - testname: "refreshSessionsInternal", - command: {refreshSessionsInternal: []}, - testcases: [{runOnDb: adminDbName, roles: {__system: 1}}], - }, - { testname: "_getNextSessionMods", command: {_getNextSessionMods: "a-b"}, skipSharded: true, |