bson/testdata/atlas-data-lake-testing/listCollections.json
2025-03-17 20:58:26 +01:00

25 lines
486 B
JSON

{
"database_name": "test",
"tests": [
{
"description": "ListCollections succeeds",
"operations": [
{
"name": "listCollections",
"object": "database"
}
],
"expectations": [
{
"command_started_event": {
"command_name": "listCollections",
"database_name": "test",
"command": {
"listCollections": 1
}
}
}
]
}
]
}