mongo-python-driver/test/data_lake/unified/listDatabases.json

42 lines
790 B
JSON

{
"description": "listDatabases",
"schemaVersion": "1.0",
"createEntities": [
{
"client": {
"id": "client0",
"observeEvents": [
"commandStartedEvent"
]
}
}
],
"tests": [
{
"description": "ListCollections succeeds",
"operations": [
{
"object": "client0",
"name": "listDatabases"
}
],
"expectEvents": [
{
"client": "client0",
"events": [
{
"commandStartedEvent": {
"command": {
"listDatabases": 1
},
"commandName": "listDatabases",
"databaseName": "admin"
}
}
]
}
]
}
]
}