diff options
author | Jack Mulrow <jack.mulrow@mongodb.com> | 2020-04-30 11:49:12 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-04-30 20:59:56 +0000 |
commit | 682f0540c970ac7f90afd59b1c325b21608fb3bf (patch) | |
tree | 4a0b4645661977d88c4a1b90c6656b5893bb1879 /jstests/sharding/authCommands.js | |
parent | ef0e96cef56425a8d9ed23e98d79698260cb70c6 (diff) | |
download | mongo-682f0540c970ac7f90afd59b1c325b21608fb3bf.tar.gz |
SERVER-43469 Remove TODOs listed for SERVER-35447
Diffstat (limited to 'jstests/sharding/authCommands.js')
-rw-r--r-- | jstests/sharding/authCommands.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/authCommands.js b/jstests/sharding/authCommands.js index 6c3f905f266..7c799d6c3e5 100644 --- a/jstests/sharding/authCommands.js +++ b/jstests/sharding/authCommands.js @@ -4,7 +4,7 @@ (function() { 'use strict'; -// TODO SERVER-35447: Multiple users cannot be authenticated on one connection within a session. +// Multiple users cannot be authenticated on one connection within a session. TestData.disableImplicitSessions = true; load("jstests/replsets/rslib.js"); |