bson/testdata/unified-test-format/valid-fail/expectedSdamEvent-topologyDescriptionChangedEvent-additionalProperties.json
2025-03-17 20:58:26 +01:00

24 lines
475 B
JSON

{
"description": "expectedSdamEvent-topologyDescriptionChangedEvent-additionalProperties",
"schemaVersion": "1.14",
"tests": [
{
"description": "foo",
"operations": [],
"expectEvents": [
{
"client": "client0",
"eventType": "sdam",
"events": [
{
"topologyDescriptionChangedEvent": {
"foo": "bar"
}
}
]
}
]
}
]
}