{ "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" } } ] } ] } ] }