mongo-python-driver/test/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-additionalProperties.json

26 lines
550 B
JSON

{
"description": "expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-additionalProperties",
"schemaVersion": "1.10",
"tests": [
{
"description": "foo",
"operations": [],
"expectEvents": [
{
"client": "client0",
"eventType": "sdam",
"events": [
{
"serverDescriptionChangedEvent": {
"previousDescription": {
"foo": "bar"
}
}
}
]
}
]
}
]
}