...

Text file src/go.mongodb.org/mongo-driver/testdata/atlas-data-lake-testing/listCollections.json

Documentation: go.mongodb.org/mongo-driver/testdata/atlas-data-lake-testing

     1{
     2  "database_name": "test",
     3  "tests": [
     4    {
     5      "description": "ListCollections succeeds",
     6      "operations": [
     7        {
     8          "name": "listCollections",
     9          "object": "database"
    10        }
    11      ],
    12      "expectations": [
    13        {
    14          "command_started_event": {
    15            "command_name": "listCollections",
    16            "database_name": "test",
    17            "command": {
    18              "listCollections": 1
    19            }
    20          }
    21        }
    22      ]
    23    }
    24  ]
    25}

View as plain text