25 lines
486 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |