summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session_test.cpp
diff options
context:
space:
mode:
authorSpencer Jackson <spencer.jackson@mongodb.com>2018-01-18 19:00:27 -0500
committerSpencer Jackson <spencer.jackson@mongodb.com>2018-01-19 17:39:42 -0500
commiteaa820e25fed6b52ea3e9b9eade337e85aa91386 (patch)
treef49bae4d70efca7486bd16cf74e80ef4ddda3ed3 /src/mongo/db/auth/authorization_session_test.cpp
parent1c629fb3e0cfdf218a6cdb20882806e3b7dd9e9c (diff)
downloadmongo-eaa820e25fed6b52ea3e9b9eade337e85aa91386.tar.gz
SERVER-32460: Remove FCV 3.6 from authentication restrictions
Diffstat (limited to 'src/mongo/db/auth/authorization_session_test.cpp')
-rw-r--r--src/mongo/db/auth/authorization_session_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/auth/authorization_session_test.cpp b/src/mongo/db/auth/authorization_session_test.cpp
index 4d363d6fe7b..42a016a83ae 100644
--- a/src/mongo/db/auth/authorization_session_test.cpp
+++ b/src/mongo/db/auth/authorization_session_test.cpp
@@ -44,7 +44,6 @@
#include "mongo/db/json.h"
#include "mongo/db/namespace_string.h"
#include "mongo/db/operation_context.h"
-#include "mongo/db/server_options.h"
#include "mongo/db/service_context_noop.h"
#include "mongo/stdx/memory.h"
#include "mongo/transport/session.h"
@@ -96,8 +95,6 @@ public:
BSONObj credentials;
void setUp() {
- serverGlobalParams.featureCompatibility.setVersion(
- ServerGlobalParams::FeatureCompatibility::Version::kFullyUpgradedTo36);
session = transportLayer.createSession();
client = serviceContext.makeClient("testClient", session);
RestrictionEnvironment::set(