We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95538d6 commit 9dc5e7aCopy full SHA for 9dc5e7a
test/test_auth.py
@@ -68,7 +68,7 @@ def test_gssapi_simple(self):
68
self.assertTrue(client.database_names())
69
uri = ('mongodb://%s@%s:%d/?authMechanism=GSSAPI;replicaSet'
70
'=%s' % (quote_plus(PRINCIPAL),
71
- GSSAPI_HOST, GSSAPI_PORT, set_name))
+ GSSAPI_HOST, GSSAPI_PORT, str(set_name)))
72
client = MongoReplicaSetClient(uri)
73
74
0 commit comments