should fix last remaining test errors
This commit is contained in:
parent
a9e08d173b
commit
6a690c970b
@ -1761,7 +1761,7 @@ class MongoClient(common.BaseObject, Generic[_DocumentType]):
|
||||
"firstBatch": res["databases"],
|
||||
"ns": "admin.$cmd",
|
||||
}
|
||||
return CommandCursor(admin["$cmd"], cursor, None, comment)
|
||||
return CommandCursor(admin["$cmd"], cursor, None, comment=comment)
|
||||
|
||||
def list_database_names(
|
||||
self,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user