mongo-python-driver/test/data_lake/listDatabases.json
Shane Harvey 64a4f6e141
PYTHON-3024 Update estimatedDocumentCount test for Atlas Data Lake (#802)
Migrate data lake testing to ubuntu 18.
Ensure mongohouse downloads the right build via VARIANT.
2021-11-23 15:45:49 -08:00

25 lines
451 B
JSON

{
"tests": [
{
"description": "ListDatabases succeeds",
"operations": [
{
"name": "listDatabases",
"object": "client"
}
],
"expectations": [
{
"command_started_event": {
"command_name": "listDatabases",
"database_name": "admin",
"command": {
"listDatabases": 1
}
}
}
]
}
]
}