...

Text file src/go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-fail/operation-unsupported.json

Documentation: go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-fail

     1{
     2  "description": "operation-unsupported",
     3  "schemaVersion": "1.0",
     4  "createEntities": [
     5    {
     6      "client": {
     7        "id": "client0"
     8      }
     9    }
    10  ],
    11  "tests": [
    12    {
    13      "description": "Unsupported operation",
    14      "operations": [
    15        {
    16          "name": "unsupportedOperation",
    17          "object": "client0"
    18        }
    19      ]
    20    }
    21  ]
    22}

View as plain text