File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ def test_gssapi_simple(self):
156
156
client = MongoClient (mech_uri )
157
157
client [GSSAPI_DB ].collection .find_one ()
158
158
159
- set_name = client .admin .command (' HelloCompat.LEGACY_CMD' ).get ('setName' )
159
+ set_name = client .admin .command (HelloCompat .LEGACY_CMD ).get ('setName' )
160
160
if set_name :
161
161
if not self .service_realm_required :
162
162
# Without authMechanismProperties
@@ -222,7 +222,7 @@ def test_gssapi_threaded(self):
222
222
thread .join ()
223
223
self .assertTrue (thread .success )
224
224
225
- set_name = client .admin .command (' HelloCompat.LEGACY_CMD' ).get ('setName' )
225
+ set_name = client .admin .command (HelloCompat .LEGACY_CMD ).get ('setName' )
226
226
if set_name :
227
227
client = MongoClient (GSSAPI_HOST ,
228
228
GSSAPI_PORT ,
@@ -270,7 +270,7 @@ def test_sasl_plain(self):
270
270
client = MongoClient (uri )
271
271
client .ldap .test .find_one ()
272
272
273
- set_name = client .admin .command (' HelloCompat.LEGACY_CMD' ).get ('setName' )
273
+ set_name = client .admin .command (HelloCompat .LEGACY_CMD ).get ('setName' )
274
274
if set_name :
275
275
client = MongoClient (SASL_HOST ,
276
276
SASL_PORT ,
You can’t perform that action at this time.
0 commit comments