...

Text file src/go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-fail/expectedSdamEvent-topologyDescriptionChangedEvent-additionalProperties.json

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

     1{
     2  "description": "expectedSdamEvent-topologyDescriptionChangedEvent-additionalProperties",
     3  "schemaVersion": "1.14",
     4  "tests": [
     5    {
     6      "description": "foo",
     7      "operations": [],
     8      "expectEvents": [
     9        {
    10          "client": "client0",
    11          "eventType": "sdam",
    12          "events": [
    13            {
    14              "topologyDescriptionChangedEvent": {
    15                "foo": "bar"
    16              }
    17            }
    18          ]
    19        }
    20      ]
    21    }
    22  ]
    23}

View as plain text